Html Css Color HEX #0C6C04 Green

📋 copy color: '#0C6C04'

red 12 ◦ green 108 ◦ blue 4

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

Shades of Green #0C6C04

Tints of Green #0C6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 87.1%

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 9.68%
G = 87.1%
B = 3.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#0C6C04 (or 0x0C6C04) is known color: Green. HEX triplet: 0C, 6C and 04. RGB value is (12,108,4). Sum of RGB (Red+Green+Blue) = 12+108+4=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6C04 is #F393FB. Grayscale: #434343. Windows color (decimal): -15963132 or 289804. OLE color: 289804.

HSL color Cylindrical-coordinate representation of color #0C6C04: hue angle of 115.38º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C6C04 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 108 4 -
CMYK 0.89 0 0.96 0.58
HSL 115.38º 0.93% 0.22% -
HSV(B) 115.38º 0.96% 0.42% -
XYZ 5.54 10.81 1.91 -
YUV 67.44 92.2 88.46 -
System Red Green Blue C M Y K H S L
Decimal 12 108 4 0.89 0 0.96 0.58 115.38 0.93 0.22
Hex C 6C 4 59 0 60 3A 73 5D 16
Octal 14 154 4 131 0 140 72 163 135 26
Binary 1100 1101100 100 1011001 0 1100000 111010 1110011 1011101 10110

Color Harmonies of #0C6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C04

Black with #0C6C04

Text Example


Text Example

White with #0C6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,4); }

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

background-color css

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

 a { background-color: rgb(12,108,4); }

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

border-color css

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

 span { border-color: rgb(12,108,4); }

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