#096F0C

Color #096F0C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #096F0C

Tints of Green #096F0C

Color information

#096F0C (or 0x096F0C) is unknown color: approx 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

RGB911112-
CMYK0.9200.890.56
HSL121.76º85%23.53%-
HSV(B)121.76º91.89%43.53%-
XYZ5.8611.452.25-
YUV69.2295.7185.05-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9111120.9200.890.56121.768523.53
Hex96FC5C059387a5518
Octal111571413401317017212530
Binary1001110111111001011100010110011110001111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>