Html Css Color HEX #096D0C Green

📋 copy color: '#096D0C'

red 9 ◦ green 109 ◦ blue 12

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

Shades of Green #096D0C

Tints of Green #096D0C

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

 GREEN value IS 109 (42.97% from 255) = 83.85%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 6.92%
G = 83.85%
B = 9.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#096D0C (or 0x096D0C) is known color: Green. HEX triplet: 09, 6D and 0C. RGB value is (9,109,12). Sum of RGB (Red+Green+Blue) = 9+109+12=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 109 (42.97% from 255 or 83.85% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 109 - color contains mainly: green. Hex color #096D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D0C is #F692F3. Grayscale: #444444. Windows color (decimal): -16159476 or 814345. OLE color: 814345.

HSL color Cylindrical-coordinate representation of color #096D0C: hue angle of 121.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D0C is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 109 12 -
CMYK 0.92 0 0.89 0.57
HSL 121.8º 0.85% 0.23% -
HSV(B) 121.8º 0.92% 0.43% -
XYZ 5.65 11.02 2.18 -
YUV 68.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 9 109 12 0.92 0 0.89 0.57 121.8 0.85 0.23
Hex 9 6D C 5C 0 59 39 7A 55 17
Octal 11 155 14 134 0 131 71 172 125 27
Binary 1001 1101101 1100 1011100 0 1011001 111001 1111010 1010101 10111

Color Harmonies of #096D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D0C

Black with #096D0C

Text Example


Text Example

White with #096D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096D0C; }

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

 H1.HeaderClassName
 {
   color: #096D0C;
 }
 .AnyTagClassName
 {
   color: #096D0C;
 }
</style>

background-color css

<style>
 a { background-color: #096D0C; }

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

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

border-color css

<style>
 span { border-color: #096D0C; }

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

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