#096013

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

Shades of Green #096013

Tints of Green #096013

Color information

#096013 (or 0x096013) is unknown color: approx Green. HEX triplet: 09, 60 and 13. RGB value is (9,96,19). Sum of RGB (Red+Green+Blue) = 9+96+19=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #096013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096013 is #F69FEC. Grayscale: #3D3D3D. Windows color (decimal): -16162797 or 1269769. OLE color: 1269769.

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

Color convert

RGB99619-
CMYK0.9100.800.62
HSL126.9º82.86%20.59%-
HSV(B)126.9º90.62%37.65%-
XYZ4.418.472.02-
YUV61.21104.1890.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=7.26%
G=77.42%
B=15.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996190.9100.800.62126.982.8620.59
Hex960135B0503E7f5315
Octal111402313301207617712325
Binary10011100000100111011011010100001111101111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096013; }

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

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

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

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

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

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

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

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