Shades of Jewel #0F653F
Tints of Jewel #0F653F
RGB
CMYK
RGB Variations
Color information
#0F653F (or 0x0F653F) is known color: Jewel. HEX triplet: 0F, 65 and 3F. RGB value is (15,101,63). Sum of RGB (Red+Green+Blue) = 15+101+63=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #0F653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F653F is #F09AC0. Grayscale: #474747. Windows color (decimal): -15768257 or 4154639. OLE color: 4154639.
HSL color Cylindrical-coordinate representation of color #0F653F: hue angle of 153.49º 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 #0F653F is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 63 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.60 |
| HSL | 153.49º | 0.74% | 0.23% | - |
| HSV(B) | 153.49º | 0.85% | 0.4% | - |
| XYZ | 5.75 | 9.77 | 6.29 | - |
| YUV | 70.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 63 | 0.85 | 0 | 0.38 | 0.60 | 153.49 | 0.74 | 0.23 |
| Hex | F | 65 | 3F | 55 | 0 | 26 | 3C | 99 | 4A | 17 |
| Octal | 17 | 145 | 77 | 125 | 0 | 46 | 74 | 231 | 112 | 27 |
| Binary | 1111 | 1100101 | 111111 | 1010101 | 0 | 100110 | 111100 | 10011001 | 1001010 | 10111 |
Color Harmonies of #0F653F
Complementary color
Monochromatic Colors of #0F653F
Black with #0F653F
Text Example
Text Example
White with #0F653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F653F; }
p { color: rgb(15,101,63); }
H1.HeaderClassName
{
color: #0F653F;
}
.AnyTagClassName
{
color: #0F653F;
}
</style>
background-color css
<style>
a { background-color: #0F653F; }
a { background-color: rgb(15,101,63); }
div.DivClassName
{
background-color: #0F653F;
}
.BgClassName
{
background-color: #0F653F;
}
</style>
border-color css
<style>
span { border-color: #0F653F; }
span { border-color: rgb(15,101,63); }
td.TdClassName
{
border-color: #0F653F;
}
.TagClassName
{
border-color: #0F653F;
}
</style>