#096E0E

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

Shades of Green #096E0E

Tints of Green #096E0E

Color information

#096E0E (or 0x096E0E) is unknown color: approx Green. HEX triplet: 09, 6E and 0E. RGB value is (9,110,14). Sum of RGB (Red+Green+Blue) = 9+110+14=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #096E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096E0E is #F691F1. Grayscale: #454545. Windows color (decimal): -16159218 or 945673. OLE color: 945673.

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

Color convert

RGB911014-
CMYK0.9200.870.57
HSL122.97º84.87%23.33%-
HSV(B)122.97º91.82%43.14%-
XYZ5.7711.242.28-
YUV68.8697.0485.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 110 (43.36% from 255) = 82.71%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=6.77%
G=82.71%
B=10.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110140.9200.870.57122.9784.8723.33
Hex96EE5C057397b5517
Octal111561613401277117312527
Binary1001110111011101011100010101111110011111011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,14); }

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

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

 a { background-color: rgb(9,110,14); }

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

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

 span { border-color: rgb(9,110,14); }

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