Shades of Green #0F770B
Tints of Green #0F770B
RGB
CMYK
RGB Variations
Color information
#0F770B (or 0x0F770B) is known color: Green. HEX triplet: 0F, 77 and 0B. RGB value is (15,119,11). Sum of RGB (Red+Green+Blue) = 15+119+11=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #0F770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F770B is #F088F4. Grayscale: #4B4B4B. Windows color (decimal): -15763701 or 751375. OLE color: 751375.
HSL color Cylindrical-coordinate representation of color #0F770B: hue angle of 117.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F770B is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 11 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.53 |
| HSL | 117.78º | 0.83% | 0.25% | - |
| HSV(B) | 117.78º | 0.91% | 0.47% | - |
| XYZ | 6.85 | 13.32 | 2.53 | - |
| YUV | 75.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 11 | 0.87 | 0 | 0.91 | 0.53 | 117.78 | 0.83 | 0.25 |
| Hex | F | 77 | B | 57 | 0 | 5B | 35 | 76 | 53 | 19 |
| Octal | 17 | 167 | 13 | 127 | 0 | 133 | 65 | 166 | 123 | 31 |
| Binary | 1111 | 1110111 | 1011 | 1010111 | 0 | 1011011 | 110101 | 1110110 | 1010011 | 11001 |
Color Harmonies of #0F770B
Complementary color
Monochromatic Colors of #0F770B
Black with #0F770B
Text Example
Text Example
White with #0F770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F770B; }
p { color: rgb(15,119,11); }
H1.HeaderClassName
{
color: #0F770B;
}
.AnyTagClassName
{
color: #0F770B;
}
</style>
background-color css
<style>
a { background-color: #0F770B; }
a { background-color: rgb(15,119,11); }
div.DivClassName
{
background-color: #0F770B;
}
.BgClassName
{
background-color: #0F770B;
}
</style>
border-color css
<style>
span { border-color: #0F770B; }
span { border-color: rgb(15,119,11); }
td.TdClassName
{
border-color: #0F770B;
}
.TagClassName
{
border-color: #0F770B;
}
</style>