Html Css Color HEX #0C8579 Surfie Green

📋 copy color: '#0C8579'

red 12 ◦ green 133 ◦ blue 121

#0C8579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #0C8579

Tints of Surfie Green #0C8579

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 value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#0C8579 (or 0x0C8579) is known color: 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

RGB 12 133 121 -
CMYK 0.91 0 0.09 0.48
HSL 174.05º 0.83% 0.28% -
HSV(B) 174.05º 0.91% 0.52% -
XYZ 11.99 18.23 20.98 -
YUV 95.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 12 133 121 0.91 0 0.09 0.48 174.05 0.83 0.28
Hex C 85 79 5B 0 9 30 AE 53 1C
Octal 14 205 171 133 0 11 60 256 123 34
Binary 1100 10000101 1111001 1011011 0 1001 110000 10101110 1010011 11100

Color Harmonies of #0C8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8579

Black with #0C8579

Text Example


Text Example

White with #0C8579

Text Example


Text Example

HTML Codes & Css Web 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>