#096F0B

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

Shades of Green #096F0B

Tints of Green #096F0B

Color information

#096F0B (or 0x096F0B) is unknown color: approx Green. HEX triplet: 09, 6F and 0B. RGB value is (9,111,11). Sum of RGB (Red+Green+Blue) = 9+111+11=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 111 (43.75% from 255 or 84.73% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 111 - color contains mainly: green. Hex color #096F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F0B is #F690F4. Grayscale: #454545. Windows color (decimal): -16158965 or 749321. OLE color: 749321.

HSL color Cylindrical-coordinate representation of color #096F0B: hue angle of 121.18º 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 #096F0B is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB911111-
CMYK0.9200.900.56
HSL121.18º85%23.53%-
HSV(B)121.18º91.89%43.53%-
XYZ5.8611.452.22-
YUV69.195.2185.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 111 (43.75% from 255) = 84.73%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=6.87%
G=84.73%
B=8.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9111110.9200.900.56121.188523.53
Hex96FB5C05A38795518
Octal111571313401327017112530
Binary1001110111110111011100010110101110001111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #096F0B;
 }
 .AnyTagClassName
 {
   color: #096F0B;
 }
</style>
background-color css

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

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

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

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

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

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