Shades of Green #09760B
Tints of Green #09760B
RGB
CMYK
RGB Variations
Color information
#09760B (or 0x09760B) is known color: Green. HEX triplet: 09, 76 and 0B. RGB value is (9,118,11). Sum of RGB (Red+Green+Blue) = 9+118+11=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #09760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09760B is #F689F4. Grayscale: #494949. Windows color (decimal): -16157173 or 751113. OLE color: 751113.
HSL color Cylindrical-coordinate representation of color #09760B: hue angle of 121.1º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09760B is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 11 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.54 |
| HSL | 121.1º | 0.86% | 0.25% | - |
| HSV(B) | 121.1º | 0.92% | 0.46% | - |
| XYZ | 6.65 | 13.04 | 2.48 | - |
| YUV | 73.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 11 | 0.92 | 0 | 0.91 | 0.54 | 121.1 | 0.86 | 0.25 |
| Hex | 9 | 76 | B | 5C | 0 | 5B | 36 | 79 | 56 | 19 |
| Octal | 11 | 166 | 13 | 134 | 0 | 133 | 66 | 171 | 126 | 31 |
| Binary | 1001 | 1110110 | 1011 | 1011100 | 0 | 1011011 | 110110 | 1111001 | 1010110 | 11001 |
Color Harmonies of #09760B
Complementary color
Monochromatic Colors of #09760B
Black with #09760B
Text Example
Text Example
White with #09760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09760B; }
p { color: rgb(9,118,11); }
H1.HeaderClassName
{
color: #09760B;
}
.AnyTagClassName
{
color: #09760B;
}
</style>
background-color css
<style>
a { background-color: #09760B; }
a { background-color: rgb(9,118,11); }
div.DivClassName
{
background-color: #09760B;
}
.BgClassName
{
background-color: #09760B;
}
</style>
border-color css
<style>
span { border-color: #09760B; }
span { border-color: rgb(9,118,11); }
td.TdClassName
{
border-color: #09760B;
}
.TagClassName
{
border-color: #09760B;
}
</style>