Shades of Green #0F6908
Tints of Green #0F6908
RGB
CMYK
RGB Variations
Color information
#0F6908 (or 0x0F6908) is known color: Green. HEX triplet: 0F, 69 and 08. RGB value is (15,105,8). Sum of RGB (Red+Green+Blue) = 15+105+8=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6908 is #F096F7. Grayscale: #434343. Windows color (decimal): -15767288 or 551183. OLE color: 551183.
HSL color Cylindrical-coordinate representation of color #0F6908: hue angle of 115.67º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6908 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 8 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.59 |
| HSL | 115.67º | 0.86% | 0.22% | - |
| HSV(B) | 115.67º | 0.92% | 0.41% | - |
| XYZ | 5.29 | 10.22 | 1.92 | - |
| YUV | 67.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 8 | 0.86 | 0 | 0.92 | 0.59 | 115.67 | 0.86 | 0.22 |
| Hex | F | 69 | 8 | 56 | 0 | 5C | 3B | 74 | 56 | 16 |
| Octal | 17 | 151 | 10 | 126 | 0 | 134 | 73 | 164 | 126 | 26 |
| Binary | 1111 | 1101001 | 1000 | 1010110 | 0 | 1011100 | 111011 | 1110100 | 1010110 | 10110 |
Color Harmonies of #0F6908
Complementary color
Monochromatic Colors of #0F6908
Black with #0F6908
Text Example
Text Example
White with #0F6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6908; }
p { color: rgb(15,105,8); }
H1.HeaderClassName
{
color: #0F6908;
}
.AnyTagClassName
{
color: #0F6908;
}
</style>
background-color css
<style>
a { background-color: #0F6908; }
a { background-color: rgb(15,105,8); }
div.DivClassName
{
background-color: #0F6908;
}
.BgClassName
{
background-color: #0F6908;
}
</style>
border-color css
<style>
span { border-color: #0F6908; }
span { border-color: rgb(15,105,8); }
td.TdClassName
{
border-color: #0F6908;
}
.TagClassName
{
border-color: #0F6908;
}
</style>