#0C8677

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

Shades of Surfie Green #0C8677

Tints of Surfie Green #0C8677

Color information

#0C8677 (or 0x0C8677) is unknown color: approx Surfie Green. HEX triplet: 0C, 86 and 77. RGB value is (12,134,119). Sum of RGB (Red+Green+Blue) = 12+134+119=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8677 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8677 is #F37988. Grayscale: #5F5F5F. Windows color (decimal): -15956361 or 7833100. OLE color: 7833100.

HSL color Cylindrical-coordinate representation of color #0C8677: hue angle of 172.62º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8677 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB12134119-
CMYK0.9100.110.47
HSL172.62º83.56%28.63%-
HSV(B)172.62º91.04%52.55%-
XYZ12.0118.4620.38-
YUV95.81141.0868.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=4.53%
G=50.57%
B=44.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121341190.9100.110.47172.6283.5628.63
HexC86775B0B2Fad541d
Octal142061671330135725512435
Binary110010000110111011110110110101110111110101101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,134,119); }

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

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

 a { background-color: rgb(12,134,119); }

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

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

 span { border-color: rgb(12,134,119); }

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