#096012

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

Shades of Green #096012

Tints of Green #096012

Color information

#096012 (or 0x096012) is unknown color: approx Green. HEX triplet: 09, 60 and 12. RGB value is (9,96,18). Sum of RGB (Red+Green+Blue) = 9+96+18=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #096012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096012 is #F69FED. Grayscale: #3D3D3D. Windows color (decimal): -16162798 or 1204233. OLE color: 1204233.

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

Color convert

RGB99618-
CMYK0.9100.810.62
HSL126.21º82.86%20.59%-
HSV(B)126.21º90.62%37.65%-
XYZ4.48.471.97-
YUV61.1103.6890.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 96 (37.89% from 255) = 78.05%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=7.32%
G=78.05%
B=14.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996180.9100.810.62126.2182.8620.59
Hex960125B0513E7e5315
Octal111402213301217617612325
Binary10011100000100101011011010100011111101111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096012; }

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

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

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

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

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

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

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

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