Shades of Jewel #0F6C3F
Tints of Jewel #0F6C3F
RGB
CMYK
RGB Variations
Color information
#0F6C3F (or 0x0F6C3F) is known color: Jewel. HEX triplet: 0F, 6C and 3F. RGB value is (15,108,63). Sum of RGB (Red+Green+Blue) = 15+108+63=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C3F is #F093C0. Grayscale: #4B4B4B. Windows color (decimal): -15766465 or 4156431. OLE color: 4156431.
HSL color Cylindrical-coordinate representation of color #0F6C3F: hue angle of 150.97º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C3F is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 108 | 63 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.58 |
| HSL | 150.97º | 0.76% | 0.24% | - |
| HSV(B) | 150.97º | 0.86% | 0.42% | - |
| XYZ | 6.46 | 11.19 | 6.52 | - |
| YUV | 75.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 63 | 0.86 | 0 | 0.42 | 0.58 | 150.97 | 0.76 | 0.24 |
| Hex | F | 6C | 3F | 56 | 0 | 2A | 3A | 97 | 4C | 18 |
| Octal | 17 | 154 | 77 | 126 | 0 | 52 | 72 | 227 | 114 | 30 |
| Binary | 1111 | 1101100 | 111111 | 1010110 | 0 | 101010 | 111010 | 10010111 | 1001100 | 11000 |
Color Harmonies of #0F6C3F
Complementary color
Monochromatic Colors of #0F6C3F
Black with #0F6C3F
Text Example
Text Example
White with #0F6C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6C3F; }
p { color: rgb(15,108,63); }
H1.HeaderClassName
{
color: #0F6C3F;
}
.AnyTagClassName
{
color: #0F6C3F;
}
</style>
background-color css
<style>
a { background-color: #0F6C3F; }
a { background-color: rgb(15,108,63); }
div.DivClassName
{
background-color: #0F6C3F;
}
.BgClassName
{
background-color: #0F6C3F;
}
</style>
border-color css
<style>
span { border-color: #0F6C3F; }
span { border-color: rgb(15,108,63); }
td.TdClassName
{
border-color: #0F6C3F;
}
.TagClassName
{
border-color: #0F6C3F;
}
</style>