#0C7576

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

Shades of Surfie Green #0C7576

Tints of Surfie Green #0C7576

Color information

#0C7576 (or 0x0C7576) is unknown color: approx Surfie Green. HEX triplet: 0C, 75 and 76. RGB value is (12,117,118). Sum of RGB (Red+Green+Blue) = 12+117+118=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C7576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7576 is #F38A89. Grayscale: #555555. Windows color (decimal): -15960714 or 7763212. OLE color: 7763212.

HSL color Cylindrical-coordinate representation of color #0C7576: hue angle of 180.57º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7576 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB12117118-
CMYK0.900.0100.54
HSL180.57º81.54%25.49%-
HSV(B)180.57º89.83%46.27%-
XYZ9.7814.1119.35-
YUV85.72146.2175.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=4.86%
G=47.37%
B=47.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121171180.900.0100.54180.5781.5425.49
HexC75765A1036b55219
Octal14165166132106626512231
Binary11001110101111011010110101011011010110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,117,118); }

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

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

 a { background-color: rgb(12,117,118); }

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

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

 span { border-color: rgb(12,117,118); }

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