Shades of Green #0F650C
Tints of Green #0F650C
RGB
CMYK
RGB Variations
Color information
#0F650C (or 0x0F650C) is known color: Green. HEX triplet: 0F, 65 and 0C. RGB value is (15,101,12). Sum of RGB (Red+Green+Blue) = 15+101+12=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #0F650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F650C is #F09AF3. Grayscale: #414141. Windows color (decimal): -15768308 or 812303. OLE color: 812303.
HSL color Cylindrical-coordinate representation of color #0F650C: hue angle of 117.98º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F650C is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 12 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.60 |
| HSL | 117.98º | 0.79% | 0.22% | - |
| HSV(B) | 117.98º | 0.88% | 0.4% | - |
| XYZ | 4.92 | 9.44 | 1.91 | - |
| YUV | 65.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 12 | 0.85 | 0 | 0.88 | 0.60 | 117.98 | 0.79 | 0.22 |
| Hex | F | 65 | C | 55 | 0 | 58 | 3C | 76 | 4F | 16 |
| Octal | 17 | 145 | 14 | 125 | 0 | 130 | 74 | 166 | 117 | 26 |
| Binary | 1111 | 1100101 | 1100 | 1010101 | 0 | 1011000 | 111100 | 1110110 | 1001111 | 10110 |
Color Harmonies of #0F650C
Complementary color
Monochromatic Colors of #0F650C
Black with #0F650C
Text Example
Text Example
White with #0F650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F650C; }
p { color: rgb(15,101,12); }
H1.HeaderClassName
{
color: #0F650C;
}
.AnyTagClassName
{
color: #0F650C;
}
</style>
background-color css
<style>
a { background-color: #0F650C; }
a { background-color: rgb(15,101,12); }
div.DivClassName
{
background-color: #0F650C;
}
.BgClassName
{
background-color: #0F650C;
}
</style>
border-color css
<style>
span { border-color: #0F650C; }
span { border-color: rgb(15,101,12); }
td.TdClassName
{
border-color: #0F650C;
}
.TagClassName
{
border-color: #0F650C;
}
</style>