#096313

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

Shades of Green #096313

Tints of Green #096313

Color information

#096313 (or 0x096313) is unknown color: approx Green. HEX triplet: 09, 63 and 13. RGB value is (9,99,19). Sum of RGB (Red+Green+Blue) = 9+99+19=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #096313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096313 is #F69CEC. Grayscale: #3F3F3F. Windows color (decimal): -16162029 or 1270537. OLE color: 1270537.

HSL color Cylindrical-coordinate representation of color #096313: hue angle of 126.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 #096313 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB99919-
CMYK0.9100.810.61
HSL126.67º83.33%21.18%-
HSV(B)126.67º90.91%38.82%-
XYZ4.699.032.11-
YUV62.97103.1889.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=7.09%
G=77.95%
B=14.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999190.9100.810.61126.6783.3321.18
Hex963135B0513D7f5315
Octal111432313301217517712325
Binary10011100011100111011011010100011111011111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096313; }

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

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

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

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

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

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

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

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