Shades of Green #09600D
Tints of Green #09600D
RGB
CMYK
RGB Variations
Color information
#09600D (or 0x09600D) is known color: Green. HEX triplet: 09, 60 and 0D. RGB value is (9,96,13). Sum of RGB (Red+Green+Blue) = 9+96+13=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #09600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600D is #F69FF2. Grayscale: #3C3C3C. Windows color (decimal): -16162803 or 876553. OLE color: 876553.
HSL color Cylindrical-coordinate representation of color #09600D: hue angle of 122.76º 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 #09600D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 13 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.62 |
| HSL | 122.76º | 0.83% | 0.21% | - |
| HSV(B) | 122.76º | 0.91% | 0.38% | - |
| XYZ | 4.37 | 8.45 | 1.78 | - |
| YUV | 60.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 13 | 0.91 | 0 | 0.86 | 0.62 | 122.76 | 0.83 | 0.21 |
| Hex | 9 | 60 | D | 5B | 0 | 56 | 3E | 7B | 53 | 15 |
| Octal | 11 | 140 | 15 | 133 | 0 | 126 | 76 | 173 | 123 | 25 |
| Binary | 1001 | 1100000 | 1101 | 1011011 | 0 | 1010110 | 111110 | 1111011 | 1010011 | 10101 |
Color Harmonies of #09600D
Complementary color
Monochromatic Colors of #09600D
Black with #09600D
Text Example
Text Example
White with #09600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09600D; }
p { color: rgb(9,96,13); }
H1.HeaderClassName
{
color: #09600D;
}
.AnyTagClassName
{
color: #09600D;
}
</style>
background-color css
<style>
a { background-color: #09600D; }
a { background-color: rgb(9,96,13); }
div.DivClassName
{
background-color: #09600D;
}
.BgClassName
{
background-color: #09600D;
}
</style>
border-color css
<style>
span { border-color: #09600D; }
span { border-color: rgb(9,96,13); }
td.TdClassName
{
border-color: #09600D;
}
.TagClassName
{
border-color: #09600D;
}
</style>