Html Css Color HEX #0C7209 Green

📋 copy color: '#0C7209'

red 12 ◦ green 114 ◦ blue 9

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

Shades of Green #0C7209

Tints of Green #0C7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 84.44%

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 8.89%
G = 84.44%
B = 6.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#0C7209 (or 0x0C7209) is known color: Green. HEX triplet: 0C, 72 and 09. RGB value is (12,114,9). Sum of RGB (Red+Green+Blue) = 12+114+9=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7209 is #F38DF6. Grayscale: #474747. Windows color (decimal): -15961591 or 619020. OLE color: 619020.

HSL color Cylindrical-coordinate representation of color #0C7209: hue angle of 118.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7209 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 114 9 -
CMYK 0.89 0 0.92 0.55
HSL 118.29º 0.85% 0.24% -
HSV(B) 118.29º 0.92% 0.45% -
XYZ 6.22 12.13 2.27 -
YUV 71.53 92.71 85.54 -
System Red Green Blue C M Y K H S L
Decimal 12 114 9 0.89 0 0.92 0.55 118.29 0.85 0.24
Hex C 72 9 59 0 5C 37 76 55 18
Octal 14 162 11 131 0 134 67 166 125 30
Binary 1100 1110010 1001 1011001 0 1011100 110111 1110110 1010101 11000

Color Harmonies of #0C7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7209

Black with #0C7209

Text Example


Text Example

White with #0C7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,114,9); }

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

background-color css

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

 a { background-color: rgb(12,114,9); }

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

border-color css

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

 span { border-color: rgb(12,114,9); }

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