Html Css Color HEX #096F0C Green

📋 copy color: '#096F0C'

red 9 ◦ green 111 ◦ blue 12

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

Shades of Green #096F0C

Tints of Green #096F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.09%

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

R = 6.82%
G = 84.09%
B = 9.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#096F0C (or 0x096F0C) is known color: Green. HEX triplet: 09, 6F and 0C. RGB value is (9,111,12). Sum of RGB (Red+Green+Blue) = 9+111+12=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #096F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F0C is #F690F3. Grayscale: #454545. Windows color (decimal): -16158964 or 814857. OLE color: 814857.

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

Color convert

RGB 9 111 12 -
CMYK 0.92 0 0.89 0.56
HSL 121.76º 0.85% 0.24% -
HSV(B) 121.76º 0.92% 0.44% -
XYZ 5.86 11.45 2.25 -
YUV 69.22 95.71 85.05 -
System Red Green Blue C M Y K H S L
Decimal 9 111 12 0.92 0 0.89 0.56 121.76 0.85 0.24
Hex 9 6F C 5C 0 59 38 7A 55 18
Octal 11 157 14 134 0 131 70 172 125 30
Binary 1001 1101111 1100 1011100 0 1011001 111000 1111010 1010101 11000

Color Harmonies of #096F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F0C

Black with #096F0C

Text Example


Text Example

White with #096F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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