Shades of Green #0F650F
Tints of Green #0F650F
RGB
CMYK
RGB Variations
Color information
#0F650F (or 0x0F650F) is known color: Green. HEX triplet: 0F, 65 and 0F. RGB value is (15,101,15). Sum of RGB (Red+Green+Blue) = 15+101+15=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #0F650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F650F is #F09AF0. Grayscale: #414141. Windows color (decimal): -15768305 or 1008911. OLE color: 1008911.
HSL color Cylindrical-coordinate representation of color #0F650F: hue angle of 120º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F650F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 15 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.60 |
| HSL | 120º | 0.74% | 0.23% | - |
| HSV(B) | 120º | 0.85% | 0.4% | - |
| XYZ | 4.94 | 9.44 | 2.01 | - |
| YUV | 65.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 15 | 0.85 | 0 | 0.85 | 0.60 | 120 | 0.74 | 0.23 |
| Hex | F | 65 | F | 55 | 0 | 55 | 3C | 78 | 4A | 17 |
| Octal | 17 | 145 | 17 | 125 | 0 | 125 | 74 | 170 | 112 | 27 |
| Binary | 1111 | 1100101 | 1111 | 1010101 | 0 | 1010101 | 111100 | 1111000 | 1001010 | 10111 |
Color Harmonies of #0F650F
Complementary color
Monochromatic Colors of #0F650F
Black with #0F650F
Text Example
Text Example
White with #0F650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F650F; }
p { color: rgb(15,101,15); }
H1.HeaderClassName
{
color: #0F650F;
}
.AnyTagClassName
{
color: #0F650F;
}
</style>
background-color css
<style>
a { background-color: #0F650F; }
a { background-color: rgb(15,101,15); }
div.DivClassName
{
background-color: #0F650F;
}
.BgClassName
{
background-color: #0F650F;
}
</style>
border-color css
<style>
span { border-color: #0F650F; }
span { border-color: rgb(15,101,15); }
td.TdClassName
{
border-color: #0F650F;
}
.TagClassName
{
border-color: #0F650F;
}
</style>