Shades of Green #09690C
Tints of Green #09690C
RGB
CMYK
RGB Variations
Color information
#09690C (or 0x09690C) is known color: Green. HEX triplet: 09, 69 and 0C. RGB value is (9,105,12). Sum of RGB (Red+Green+Blue) = 9+105+12=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #09690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09690C is #F696F3. Grayscale: #414141. Windows color (decimal): -16160500 or 813321. OLE color: 813321.
HSL color Cylindrical-coordinate representation of color #09690C: hue angle of 121.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09690C is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 12 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.59 |
| HSL | 121.88º | 0.84% | 0.22% | - |
| HSV(B) | 121.88º | 0.91% | 0.41% | - |
| XYZ | 5.23 | 10.19 | 2.04 | - |
| YUV | 65.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 12 | 0.91 | 0 | 0.89 | 0.59 | 121.88 | 0.84 | 0.22 |
| Hex | 9 | 69 | C | 5B | 0 | 59 | 3B | 7A | 54 | 16 |
| Octal | 11 | 151 | 14 | 133 | 0 | 131 | 73 | 172 | 124 | 26 |
| Binary | 1001 | 1101001 | 1100 | 1011011 | 0 | 1011001 | 111011 | 1111010 | 1010100 | 10110 |
Color Harmonies of #09690C
Complementary color
Monochromatic Colors of #09690C
Black with #09690C
Text Example
Text Example
White with #09690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09690C; }
p { color: rgb(9,105,12); }
H1.HeaderClassName
{
color: #09690C;
}
.AnyTagClassName
{
color: #09690C;
}
</style>
background-color css
<style>
a { background-color: #09690C; }
a { background-color: rgb(9,105,12); }
div.DivClassName
{
background-color: #09690C;
}
.BgClassName
{
background-color: #09690C;
}
</style>
border-color css
<style>
span { border-color: #09690C; }
span { border-color: rgb(9,105,12); }
td.TdClassName
{
border-color: #09690C;
}
.TagClassName
{
border-color: #09690C;
}
</style>