Shades of Camarone #0F712C
Tints of Camarone #0F712C
RGB
CMYK
RGB Variations
Color information
#0F712C (or 0x0F712C) is known color: Camarone. HEX triplet: 0F, 71 and 2C. RGB value is (15,113,44). Sum of RGB (Red+Green+Blue) = 15+113+44=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #0F712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F712C is #F08ED3. Grayscale: #4C4C4C. Windows color (decimal): -15765204 or 2912527. OLE color: 2912527.
HSL color Cylindrical-coordinate representation of color #0F712C: hue angle of 137.76º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F712C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 44 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.56 |
| HSL | 137.76º | 0.77% | 0.25% | - |
| HSV(B) | 137.76º | 0.87% | 0.44% | - |
| XYZ | 6.56 | 12.09 | 4.37 | - |
| YUV | 75.83 | 110.03 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 44 | 0.87 | 0 | 0.61 | 0.56 | 137.76 | 0.77 | 0.25 |
| Hex | F | 71 | 2C | 57 | 0 | 3D | 38 | 8A | 4D | 19 |
| Octal | 17 | 161 | 54 | 127 | 0 | 75 | 70 | 212 | 115 | 31 |
| Binary | 1111 | 1110001 | 101100 | 1010111 | 0 | 111101 | 111000 | 10001010 | 1001101 | 11001 |
Color Harmonies of #0F712C
Complementary color
Monochromatic Colors of #0F712C
Black with #0F712C
Text Example
Text Example
White with #0F712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F712C; }
p { color: rgb(15,113,44); }
H1.HeaderClassName
{
color: #0F712C;
}
.AnyTagClassName
{
color: #0F712C;
}
</style>
background-color css
<style>
a { background-color: #0F712C; }
a { background-color: rgb(15,113,44); }
div.DivClassName
{
background-color: #0F712C;
}
.BgClassName
{
background-color: #0F712C;
}
</style>
border-color css
<style>
span { border-color: #0F712C; }
span { border-color: rgb(15,113,44); }
td.TdClassName
{
border-color: #0F712C;
}
.TagClassName
{
border-color: #0F712C;
}
</style>