Shades of Camarone #0F6D27
Tints of Camarone #0F6D27
RGB
CMYK
RGB Variations
Color information
#0F6D27 (or 0x0F6D27) is known color: Camarone. HEX triplet: 0F, 6D and 27. RGB value is (15,109,39). Sum of RGB (Red+Green+Blue) = 15+109+39=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6D27 is #F092D8. Grayscale: #494949. Windows color (decimal): -15766233 or 2583823. OLE color: 2583823.
HSL color Cylindrical-coordinate representation of color #0F6D27: hue angle of 135.32º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D27 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 109 | 39 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.57 |
| HSL | 135.32º | 0.76% | 0.24% | - |
| HSV(B) | 135.32º | 0.86% | 0.43% | - |
| XYZ | 6.03 | 11.19 | 3.76 | - |
| YUV | 72.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 39 | 0.86 | 0 | 0.64 | 0.57 | 135.32 | 0.76 | 0.24 |
| Hex | F | 6D | 27 | 56 | 0 | 40 | 39 | 87 | 4C | 18 |
| Octal | 17 | 155 | 47 | 126 | 0 | 100 | 71 | 207 | 114 | 30 |
| Binary | 1111 | 1101101 | 100111 | 1010110 | 0 | 1000000 | 111001 | 10000111 | 1001100 | 11000 |
Color Harmonies of #0F6D27
Complementary color
Monochromatic Colors of #0F6D27
Black with #0F6D27
Text Example
Text Example
White with #0F6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6D27; }
p { color: rgb(15,109,39); }
H1.HeaderClassName
{
color: #0F6D27;
}
.AnyTagClassName
{
color: #0F6D27;
}
</style>
background-color css
<style>
a { background-color: #0F6D27; }
a { background-color: rgb(15,109,39); }
div.DivClassName
{
background-color: #0F6D27;
}
.BgClassName
{
background-color: #0F6D27;
}
</style>
border-color css
<style>
span { border-color: #0F6D27; }
span { border-color: rgb(15,109,39); }
td.TdClassName
{
border-color: #0F6D27;
}
.TagClassName
{
border-color: #0F6D27;
}
</style>