Shades of Green #096712
Tints of Green #096712
RGB
CMYK
RGB Variations
Color information
#096712 (or 0x096712) is known color: Green. HEX triplet: 09, 67 and 12. RGB value is (9,103,18). Sum of RGB (Red+Green+Blue) = 9+103+18=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #096712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096712 is #F698ED. Grayscale: #414141. Windows color (decimal): -16161006 or 1206025. OLE color: 1206025.
HSL color Cylindrical-coordinate representation of color #096712: hue angle of 125.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096712 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 18 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.60 |
| HSL | 125.74º | 0.84% | 0.22% | - |
| HSV(B) | 125.74º | 0.91% | 0.4% | - |
| XYZ | 5.07 | 9.8 | 2.2 | - |
| YUV | 65.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 18 | 0.91 | 0 | 0.83 | 0.60 | 125.74 | 0.84 | 0.22 |
| Hex | 9 | 67 | 12 | 5B | 0 | 53 | 3C | 7E | 54 | 16 |
| Octal | 11 | 147 | 22 | 133 | 0 | 123 | 74 | 176 | 124 | 26 |
| Binary | 1001 | 1100111 | 10010 | 1011011 | 0 | 1010011 | 111100 | 1111110 | 1010100 | 10110 |
Color Harmonies of #096712
Complementary color
Monochromatic Colors of #096712
Black with #096712
Text Example
Text Example
White with #096712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096712; }
p { color: rgb(9,103,18); }
H1.HeaderClassName
{
color: #096712;
}
.AnyTagClassName
{
color: #096712;
}
</style>
background-color css
<style>
a { background-color: #096712; }
a { background-color: rgb(9,103,18); }
div.DivClassName
{
background-color: #096712;
}
.BgClassName
{
background-color: #096712;
}
</style>
border-color css
<style>
span { border-color: #096712; }
span { border-color: rgb(9,103,18); }
td.TdClassName
{
border-color: #096712;
}
.TagClassName
{
border-color: #096712;
}
</style>