Shades of Green #0F7709
Tints of Green #0F7709
RGB
CMYK
RGB Variations
Color information
#0F7709 (or 0x0F7709) is known color: Green. HEX triplet: 0F, 77 and 09. RGB value is (15,119,9). Sum of RGB (Red+Green+Blue) = 15+119+9=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7709 is #F088F6. Grayscale: #4B4B4B. Windows color (decimal): -15763703 or 620303. OLE color: 620303.
HSL color Cylindrical-coordinate representation of color #0F7709: hue angle of 116.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7709 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 9 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.53 |
| HSL | 116.73º | 0.86% | 0.25% | - |
| HSV(B) | 116.73º | 0.92% | 0.47% | - |
| XYZ | 6.84 | 13.31 | 2.47 | - |
| YUV | 75.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 9 | 0.87 | 0 | 0.92 | 0.53 | 116.73 | 0.86 | 0.25 |
| Hex | F | 77 | 9 | 57 | 0 | 5C | 35 | 75 | 56 | 19 |
| Octal | 17 | 167 | 11 | 127 | 0 | 134 | 65 | 165 | 126 | 31 |
| Binary | 1111 | 1110111 | 1001 | 1010111 | 0 | 1011100 | 110101 | 1110101 | 1010110 | 11001 |
Color Harmonies of #0F7709
Complementary color
Monochromatic Colors of #0F7709
Black with #0F7709
Text Example
Text Example
White with #0F7709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7709; }
p { color: rgb(15,119,9); }
H1.HeaderClassName
{
color: #0F7709;
}
.AnyTagClassName
{
color: #0F7709;
}
</style>
background-color css
<style>
a { background-color: #0F7709; }
a { background-color: rgb(15,119,9); }
div.DivClassName
{
background-color: #0F7709;
}
.BgClassName
{
background-color: #0F7709;
}
</style>
border-color css
<style>
span { border-color: #0F7709; }
span { border-color: rgb(15,119,9); }
td.TdClassName
{
border-color: #0F7709;
}
.TagClassName
{
border-color: #0F7709;
}
</style>