Shades of Green #0F6508
Tints of Green #0F6508
RGB
CMYK
RGB Variations
Color information
#0F6508 (or 0x0F6508) is known color: Green. HEX triplet: 0F, 65 and 08. RGB value is (15,101,8). Sum of RGB (Red+Green+Blue) = 15+101+8=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6508 is #F09AF7. Grayscale: #404040. Windows color (decimal): -15768312 or 550159. OLE color: 550159.
HSL color Cylindrical-coordinate representation of color #0F6508: hue angle of 115.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6508 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 8 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.60 |
| HSL | 115.48º | 0.85% | 0.21% | - |
| HSV(B) | 115.48º | 0.92% | 0.4% | - |
| XYZ | 4.89 | 9.43 | 1.79 | - |
| YUV | 64.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 8 | 0.85 | 0 | 0.92 | 0.60 | 115.48 | 0.85 | 0.21 |
| Hex | F | 65 | 8 | 55 | 0 | 5C | 3C | 73 | 55 | 15 |
| Octal | 17 | 145 | 10 | 125 | 0 | 134 | 74 | 163 | 125 | 25 |
| Binary | 1111 | 1100101 | 1000 | 1010101 | 0 | 1011100 | 111100 | 1110011 | 1010101 | 10101 |
Color Harmonies of #0F6508
Complementary color
Monochromatic Colors of #0F6508
Black with #0F6508
Text Example
Text Example
White with #0F6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6508; }
p { color: rgb(15,101,8); }
H1.HeaderClassName
{
color: #0F6508;
}
.AnyTagClassName
{
color: #0F6508;
}
</style>
background-color css
<style>
a { background-color: #0F6508; }
a { background-color: rgb(15,101,8); }
div.DivClassName
{
background-color: #0F6508;
}
.BgClassName
{
background-color: #0F6508;
}
</style>
border-color css
<style>
span { border-color: #0F6508; }
span { border-color: rgb(15,101,8); }
td.TdClassName
{
border-color: #0F6508;
}
.TagClassName
{
border-color: #0F6508;
}
</style>