Html Css Color HEX #0C5A06 Myrtle

📋 copy color: '#0C5A06'

red 12 ◦ green 90 ◦ blue 6

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

Shades of Myrtle #0C5A06

Tints of Myrtle #0C5A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 83.33%

 BLUE value IS 6 (2.73% from 255) = 5.56%

R = 11.11%
G = 83.33%
B = 5.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#0C5A06 (or 0x0C5A06) is known color: Myrtle. HEX triplet: 0C, 5A and 06. RGB value is (12,90,6). Sum of RGB (Red+Green+Blue) = 12+90+6=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5A06 is #F3A5F9. Grayscale: #393939. Windows color (decimal): -15967738 or 416268. OLE color: 416268.

HSL color Cylindrical-coordinate representation of color #0C5A06: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5A06 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 90 6 -
CMYK 0.87 0 0.93 0.65
HSL 115.71º 0.88% 0.19% -
HSV(B) 115.71º 0.93% 0.35% -
XYZ 3.84 7.4 1.4 -
YUV 57.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 12 90 6 0.87 0 0.93 0.65 115.71 0.88 0.19
Hex C 5A 6 57 0 5D 41 74 58 13
Octal 14 132 6 127 0 135 101 164 130 23
Binary 1100 1011010 110 1010111 0 1011101 1000001 1110100 1011000 10011

Color Harmonies of #0C5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5A06

Black with #0C5A06

Text Example


Text Example

White with #0C5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,90,6); }

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

background-color css

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

 a { background-color: rgb(12,90,6); }

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

border-color css

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

 span { border-color: rgb(12,90,6); }

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