#096310

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

Shades of Green #096310

Tints of Green #096310

Color information

#096310 (or 0x096310) is unknown color: approx Green. HEX triplet: 09, 63 and 10. RGB value is (9,99,16). Sum of RGB (Red+Green+Blue) = 9+99+16=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #096310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096310 is #F69CEF. Grayscale: #3E3E3E. Windows color (decimal): -16162032 or 1073929. OLE color: 1073929.

HSL color Cylindrical-coordinate representation of color #096310: hue angle of 124.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096310 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB99916-
CMYK0.9100.840.61
HSL124.67º83.33%21.18%-
HSV(B)124.67º90.91%38.82%-
XYZ4.679.021.99-
YUV62.63101.6889.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 99 (39.06% from 255) = 79.84%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=7.26%
G=79.84%
B=12.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999160.9100.840.61124.6783.3321.18
Hex963105B0543D7d5315
Octal111432013301247517512325
Binary10011100011100001011011010101001111011111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096310; }

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

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

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

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

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

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

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

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