Shades of Green #09690B
Tints of Green #09690B
RGB
CMYK
RGB Variations
Color information
#09690B (or 0x09690B) is known color: Green. HEX triplet: 09, 69 and 0B. RGB value is (9,105,11). Sum of RGB (Red+Green+Blue) = 9+105+11=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 105 (41.41% from 255 or 84% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 105 - color contains mainly: green. Hex color #09690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09690B is #F696F4. Grayscale: #414141. Windows color (decimal): -16160501 or 747785. OLE color: 747785.
HSL color Cylindrical-coordinate representation of color #09690B: hue angle of 121.25º 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 #09690B is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 11 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.59 |
| HSL | 121.25º | 0.84% | 0.22% | - |
| HSV(B) | 121.25º | 0.91% | 0.41% | - |
| XYZ | 5.22 | 10.19 | 2.01 | - |
| YUV | 65.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 11 | 0.91 | 0 | 0.90 | 0.59 | 121.25 | 0.84 | 0.22 |
| Hex | 9 | 69 | B | 5B | 0 | 5A | 3B | 79 | 54 | 16 |
| Octal | 11 | 151 | 13 | 133 | 0 | 132 | 73 | 171 | 124 | 26 |
| Binary | 1001 | 1101001 | 1011 | 1011011 | 0 | 1011010 | 111011 | 1111001 | 1010100 | 10110 |
Color Harmonies of #09690B
Complementary color
Monochromatic Colors of #09690B
Black with #09690B
Text Example
Text Example
White with #09690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09690B; }
p { color: rgb(9,105,11); }
H1.HeaderClassName
{
color: #09690B;
}
.AnyTagClassName
{
color: #09690B;
}
</style>
background-color css
<style>
a { background-color: #09690B; }
a { background-color: rgb(9,105,11); }
div.DivClassName
{
background-color: #09690B;
}
.BgClassName
{
background-color: #09690B;
}
</style>
border-color css
<style>
span { border-color: #09690B; }
span { border-color: rgb(9,105,11); }
td.TdClassName
{
border-color: #09690B;
}
.TagClassName
{
border-color: #09690B;
}
</style>