Html Css Color HEX #0C5011 Myrtle

📋 copy color: '#0C5011'

red 12 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #0C5011

Tints of Myrtle #0C5011

RGB

 RED value IS 12 (5.08% from 255) = 11.01%

 GREEN value IS 80 (31.64% from 255) = 73.39%

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 11.01%
G = 73.39%
B = 15.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#0C5011 (or 0x0C5011) is known color: Myrtle. HEX triplet: 0C, 50 and 11. RGB value is (12,80,17). Sum of RGB (Red+Green+Blue) = 12+80+17=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #0C5011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5011 is #F3AFEE. Grayscale: #343434. Windows color (decimal): -15970287 or 1134604. OLE color: 1134604.

HSL color Cylindrical-coordinate representation of color #0C5011: hue angle of 124.41º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5011 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 80 17 -
CMYK 0.85 0 0.79 0.69
HSL 124.41º 0.74% 0.18% -
HSV(B) 124.41º 0.85% 0.31% -
XYZ 3.12 5.86 1.5 -
YUV 52.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 12 80 17 0.85 0 0.79 0.69 124.41 0.74 0.18
Hex C 50 11 55 0 4F 45 7C 4A 12
Octal 14 120 21 125 0 117 105 174 112 22
Binary 1100 1010000 10001 1010101 0 1001111 1000101 1111100 1001010 10010

Color Harmonies of #0C5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5011

Black with #0C5011

Text Example


Text Example

White with #0C5011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,80,17); }

 H1.HeaderClassName
 {
   color: #0C5011;
 }
 .AnyTagClassName
 {
   color: #0C5011;
 }
</style>

background-color css

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

 a { background-color: rgb(12,80,17); }

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

border-color css

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

 span { border-color: rgb(12,80,17); }

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