#096614

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

Shades of Green #096614

Tints of Green #096614

Color information

#096614 (or 0x096614) is unknown color: approx Green. HEX triplet: 09, 66 and 14. RGB value is (9,102,20). Sum of RGB (Red+Green+Blue) = 9+102+20=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #096614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096614 is #F699EB. Grayscale: #414141. Windows color (decimal): -16161260 or 1336841. OLE color: 1336841.

HSL color Cylindrical-coordinate representation of color #096614: hue angle of 127.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096614 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB910220-
CMYK0.9100.800.6
HSL127.1º83.78%21.76%-
HSV(B)127.1º91.18%40%-
XYZ4.999.612.25-
YUV64.84102.6988.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 102 (40.23% from 255) = 77.86%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=6.87%
G=77.86%
B=15.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102200.9100.800.6127.183.7821.76
Hex966145B0503C7f5416
Octal111462413301207417712426
Binary10011100110101001011011010100001111001111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096614; }

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

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

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

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

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

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

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

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