#096B14

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

Shades of Green #096B14

Tints of Green #096B14

Color information

#096B14 (or 0x096B14) is unknown color: approx Green. HEX triplet: 09, 6B and 14. RGB value is (9,107,20). Sum of RGB (Red+Green+Blue) = 9+107+20=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #096B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B14 is #F694EB. Grayscale: #444444. Windows color (decimal): -16159980 or 1338121. OLE color: 1338121.

HSL color Cylindrical-coordinate representation of color #096B14: hue angle of 126.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B14 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB910720-
CMYK0.9200.810.58
HSL126.73º84.48%22.75%-
HSV(B)126.73º91.59%41.96%-
XYZ5.510.622.42-
YUV67.78101.0386.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 107 (42.19% from 255) = 78.68%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=6.62%
G=78.68%
B=14.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9107200.9200.810.58126.7384.4822.75
Hex96B145C0513A7f5417
Octal111532413401217217712427
Binary10011101011101001011100010100011110101111111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,107,20); }

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

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

 a { background-color: rgb(9,107,20); }

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

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

 span { border-color: rgb(9,107,20); }

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