#0a7378

Color #0A7378 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0A7378

Tints of Surfie Green #0A7378

Color information

#0A7378 (or 0x0A7378) is unknown color: approx Surfie Green. HEX triplet: 0A, 73 and 78. RGB value is (10,115,120). Sum of RGB (Red+Green+Blue) = 10+115+120=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A7378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7378 is #F58C87. Grayscale: #545454. Windows color (decimal): -16092296 or 7893770. OLE color: 7893770.

HSL color Cylindrical-coordinate representation of color #0A7378: hue angle of 182.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7378 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10115120-
CMYK0.920.0400.53
HSL182.73º84.62%25.49%-
HSV(B)182.73º91.67%47.06%-
XYZ9.6513.6819.9-
YUV84.17148.2175.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=4.08%
G=46.94%
B=48.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101151200.920.0400.53182.7384.6225.49
HexA73785C4035b75519
Octal12163170134406526712531
Binary1010111001111110001011100100011010110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a7378; }

 p { color: rgb(10,115,120); }

 H1.HeaderClassName
 {
   color: #0a7378;
 }
 .AnyTagClassName
 {
   color: #0a7378;
 }
</style>
background-color css

<style>
 a { background-color: #0a7378; }

 a { background-color: rgb(10,115,120); }

 div.DivClassName
 {
   background-color: #0a7378;
 }
 .BgClassName
 {
   background-color: #0a7378;
 }
</style>
border-color css

<style>
 span { border-color: #0a7378; }

 span { border-color: rgb(10,115,120); }

 td.TdClassName
 {
   border-color: #0a7378;
 }
 .TagClassName
 {
   border-color: #0a7378;
 }
</style>