Shades of Jewel #0F693F
Tints of Jewel #0F693F
RGB
CMYK
RGB Variations
Color information
#0F693F (or 0x0F693F) is known color: Jewel. HEX triplet: 0F, 69 and 3F. RGB value is (15,105,63). Sum of RGB (Red+Green+Blue) = 15+105+63=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #0F693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F693F is #F096C0. Grayscale: #494949. Windows color (decimal): -15767233 or 4155663. OLE color: 4155663.
HSL color Cylindrical-coordinate representation of color #0F693F: hue angle of 152º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F693F is Cyan = 0.86, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 63 | - |
| CMYK | 0.86 | 0 | 0.4 | 0.59 |
| HSL | 152º | 0.75% | 0.24% | - |
| HSV(B) | 152º | 0.86% | 0.41% | - |
| XYZ | 6.15 | 10.56 | 6.42 | - |
| YUV | 73.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 63 | 0.86 | 0 | 0.4 | 0.59 | 152 | 0.75 | 0.24 |
| Hex | F | 69 | 3F | 56 | 0 | 28 | 3B | 98 | 4B | 18 |
| Octal | 17 | 151 | 77 | 126 | 0 | 50 | 73 | 230 | 113 | 30 |
| Binary | 1111 | 1101001 | 111111 | 1010110 | 0 | 101000 | 111011 | 10011000 | 1001011 | 11000 |
Color Harmonies of #0F693F
Complementary color
Monochromatic Colors of #0F693F
Black with #0F693F
Text Example
Text Example
White with #0F693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F693F; }
p { color: rgb(15,105,63); }
H1.HeaderClassName
{
color: #0F693F;
}
.AnyTagClassName
{
color: #0F693F;
}
</style>
background-color css
<style>
a { background-color: #0F693F; }
a { background-color: rgb(15,105,63); }
div.DivClassName
{
background-color: #0F693F;
}
.BgClassName
{
background-color: #0F693F;
}
</style>
border-color css
<style>
span { border-color: #0F693F; }
span { border-color: rgb(15,105,63); }
td.TdClassName
{
border-color: #0F693F;
}
.TagClassName
{
border-color: #0F693F;
}
</style>