Shades of Green #09600E
Tints of Green #09600E
RGB
CMYK
RGB Variations
Color information
#09600E (or 0x09600E) is known color: Green. HEX triplet: 09, 60 and 0E. RGB value is (9,96,14). Sum of RGB (Red+Green+Blue) = 9+96+14=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #09600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600E is #F69FF1. Grayscale: #3C3C3C. Windows color (decimal): -16162802 or 942089. OLE color: 942089.
HSL color Cylindrical-coordinate representation of color #09600E: hue angle of 123.45º 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 #09600E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 14 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.62 |
| HSL | 123.45º | 0.83% | 0.21% | - |
| HSV(B) | 123.45º | 0.91% | 0.38% | - |
| XYZ | 4.37 | 8.46 | 1.82 | - |
| YUV | 60.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 14 | 0.91 | 0 | 0.85 | 0.62 | 123.45 | 0.83 | 0.21 |
| Hex | 9 | 60 | E | 5B | 0 | 55 | 3E | 7B | 53 | 15 |
| Octal | 11 | 140 | 16 | 133 | 0 | 125 | 76 | 173 | 123 | 25 |
| Binary | 1001 | 1100000 | 1110 | 1011011 | 0 | 1010101 | 111110 | 1111011 | 1010011 | 10101 |
Color Harmonies of #09600E
Complementary color
Monochromatic Colors of #09600E
Black with #09600E
Text Example
Text Example
White with #09600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09600E; }
p { color: rgb(9,96,14); }
H1.HeaderClassName
{
color: #09600E;
}
.AnyTagClassName
{
color: #09600E;
}
</style>
background-color css
<style>
a { background-color: #09600E; }
a { background-color: rgb(9,96,14); }
div.DivClassName
{
background-color: #09600E;
}
.BgClassName
{
background-color: #09600E;
}
</style>
border-color css
<style>
span { border-color: #09600E; }
span { border-color: rgb(9,96,14); }
td.TdClassName
{
border-color: #09600E;
}
.TagClassName
{
border-color: #09600E;
}
</style>