#0C8579

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

Shades of Surfie Green #0C8579

Tints of Surfie Green #0C8579

Color information

#0C8579 (or 0x0C8579) is unknown color: approx Surfie Green. HEX triplet: 0C, 85 and 79. RGB value is (12,133,121). Sum of RGB (Red+Green+Blue) = 12+133+121=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #0C8579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8579 is #F37A86. Grayscale: #5F5F5F. Windows color (decimal): -15956615 or 7963916. OLE color: 7963916.

HSL color Cylindrical-coordinate representation of color #0C8579: hue angle of 174.05º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8579 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB12133121-
CMYK0.9100.090.48
HSL174.05º83.45%28.43%-
HSV(B)174.05º90.98%52.16%-
XYZ11.9918.2320.98-
YUV95.45142.4168.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=4.51%
G=50%
B=45.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121331210.9100.090.48174.0583.4528.43
HexC85795B0930ae531c
Octal142051711330116025612334
Binary110010000101111100110110110100111000010101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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