Shades of Jewel #0F6841
Tints of Jewel #0F6841
RGB
CMYK
RGB Variations
Color information
#0F6841 (or 0x0F6841) is known color: Jewel. HEX triplet: 0F, 68 and 41. RGB value is (15,104,65). Sum of RGB (Red+Green+Blue) = 15+104+65=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6841 is #F097BE. Grayscale: #494949. Windows color (decimal): -15767487 or 4286479. OLE color: 4286479.
HSL color Cylindrical-coordinate representation of color #0F6841: hue angle of 153.71º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6841 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 65 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.59 |
| HSL | 153.71º | 0.75% | 0.23% | - |
| HSV(B) | 153.71º | 0.86% | 0.41% | - |
| XYZ | 6.1 | 10.38 | 6.68 | - |
| YUV | 72.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 65 | 0.86 | 0 | 0.38 | 0.59 | 153.71 | 0.75 | 0.23 |
| Hex | F | 68 | 41 | 56 | 0 | 26 | 3B | 9A | 4B | 17 |
| Octal | 17 | 150 | 101 | 126 | 0 | 46 | 73 | 232 | 113 | 27 |
| Binary | 1111 | 1101000 | 1000001 | 1010110 | 0 | 100110 | 111011 | 10011010 | 1001011 | 10111 |
Color Harmonies of #0F6841
Complementary color
Monochromatic Colors of #0F6841
Black with #0F6841
Text Example
Text Example
White with #0F6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6841; }
p { color: rgb(15,104,65); }
H1.HeaderClassName
{
color: #0F6841;
}
.AnyTagClassName
{
color: #0F6841;
}
</style>
background-color css
<style>
a { background-color: #0F6841; }
a { background-color: rgb(15,104,65); }
div.DivClassName
{
background-color: #0F6841;
}
.BgClassName
{
background-color: #0F6841;
}
</style>
border-color css
<style>
span { border-color: #0F6841; }
span { border-color: rgb(15,104,65); }
td.TdClassName
{
border-color: #0F6841;
}
.TagClassName
{
border-color: #0F6841;
}
</style>