Shades of Green #09600C
Tints of Green #09600C
RGB
CMYK
RGB Variations
Color information
#09600C (or 0x09600C) is known color: Green. HEX triplet: 09, 60 and 0C. RGB value is (9,96,12). Sum of RGB (Red+Green+Blue) = 9+96+12=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #09600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600C is #F69FF3. Grayscale: #3C3C3C. Windows color (decimal): -16162804 or 811017. OLE color: 811017.
HSL color Cylindrical-coordinate representation of color #09600C: hue angle of 122.07º 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 #09600C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 12 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.62 |
| HSL | 122.07º | 0.83% | 0.21% | - |
| HSV(B) | 122.07º | 0.91% | 0.38% | - |
| XYZ | 4.36 | 8.45 | 1.75 | - |
| YUV | 60.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 12 | 0.91 | 0 | 0.88 | 0.62 | 122.07 | 0.83 | 0.21 |
| Hex | 9 | 60 | C | 5B | 0 | 58 | 3E | 7A | 53 | 15 |
| Octal | 11 | 140 | 14 | 133 | 0 | 130 | 76 | 172 | 123 | 25 |
| Binary | 1001 | 1100000 | 1100 | 1011011 | 0 | 1011000 | 111110 | 1111010 | 1010011 | 10101 |
Color Harmonies of #09600C
Complementary color
Monochromatic Colors of #09600C
Black with #09600C
Text Example
Text Example
White with #09600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09600C; }
p { color: rgb(9,96,12); }
H1.HeaderClassName
{
color: #09600C;
}
.AnyTagClassName
{
color: #09600C;
}
</style>
background-color css
<style>
a { background-color: #09600C; }
a { background-color: rgb(9,96,12); }
div.DivClassName
{
background-color: #09600C;
}
.BgClassName
{
background-color: #09600C;
}
</style>
border-color css
<style>
span { border-color: #09600C; }
span { border-color: rgb(9,96,12); }
td.TdClassName
{
border-color: #09600C;
}
.TagClassName
{
border-color: #09600C;
}
</style>