#0C8679

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

Shades of Surfie Green #0C8679

Tints of Surfie Green #0C8679

Color information

#0C8679 (or 0x0C8679) is unknown color: approx Surfie Green. HEX triplet: 0C, 86 and 79. RGB value is (12,134,121). Sum of RGB (Red+Green+Blue) = 12+134+121=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8679 is #F37986. Grayscale: #5F5F5F. Windows color (decimal): -15956359 or 7964172. OLE color: 7964172.

HSL color Cylindrical-coordinate representation of color #0C8679: hue angle of 173.61º 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 #0C8679 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB12134121-
CMYK0.9100.100.47
HSL173.61º83.56%28.63%-
HSV(B)173.61º91.04%52.55%-
XYZ12.1318.5121.02-
YUV96.04142.0868.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=4.49%
G=50.19%
B=45.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121341210.9100.100.47173.6183.5628.63
HexC86795B0A2Fae541d
Octal142061711330125725612435
Binary110010000110111100110110110101010111110101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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