#096610

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

Shades of Green #096610

Tints of Green #096610

Color information

#096610 (or 0x096610) is unknown color: approx Green. HEX triplet: 09, 66 and 10. RGB value is (9,102,16). Sum of RGB (Red+Green+Blue) = 9+102+16=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #096610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096610 is #F699EF. Grayscale: #404040. Windows color (decimal): -16161264 or 1074697. OLE color: 1074697.

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

Color convert

RGB910216-
CMYK0.9100.840.6
HSL124.52º83.78%21.76%-
HSV(B)124.52º91.18%40%-
XYZ4.969.62.08-
YUV64.39100.6988.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 102 (40.23% from 255) = 80.31%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=7.09%
G=80.31%
B=12.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102160.9100.840.6124.5283.7821.76
Hex966105B0543C7d5416
Octal111462013301247417512426
Binary10011100110100001011011010101001111001111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096610; }

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

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

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

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

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

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

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

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