#096612

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

Shades of Green #096612

Tints of Green #096612

Color information

#096612 (or 0x096612) is unknown color: approx Green. HEX triplet: 09, 66 and 12. RGB value is (9,102,18). Sum of RGB (Red+Green+Blue) = 9+102+18=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #096612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096612 is #F699ED. Grayscale: #404040. Windows color (decimal): -16161262 or 1205769. OLE color: 1205769.

HSL color Cylindrical-coordinate representation of color #096612: hue angle of 125.81º 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 #096612 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB910218-
CMYK0.9100.820.6
HSL125.81º83.78%21.76%-
HSV(B)125.81º91.18%40%-
XYZ4.979.62.16-
YUV64.62101.6988.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 102 (40.23% from 255) = 79.07%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=6.98%
G=79.07%
B=13.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102180.9100.820.6125.8183.7821.76
Hex966125B0523C7e5416
Octal111462213301227417612426
Binary10011100110100101011011010100101111001111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096612; }

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

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

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

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

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

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

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

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