Shades of Camarone #0F712F
Tints of Camarone #0F712F
RGB
CMYK
RGB Variations
Color information
#0F712F (or 0x0F712F) is known color: Camarone. HEX triplet: 0F, 71 and 2F. RGB value is (15,113,47). Sum of RGB (Red+Green+Blue) = 15+113+47=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #0F712F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F712F is #F08ED0. Grayscale: #4C4C4C. Windows color (decimal): -15765201 or 3109135. OLE color: 3109135.
HSL color Cylindrical-coordinate representation of color #0F712F: hue angle of 139.59º 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 #0F712F is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 47 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.56 |
| HSL | 139.59º | 0.77% | 0.25% | - |
| HSV(B) | 139.59º | 0.87% | 0.44% | - |
| XYZ | 6.62 | 12.12 | 4.68 | - |
| YUV | 76.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 47 | 0.87 | 0 | 0.58 | 0.56 | 139.59 | 0.77 | 0.25 |
| Hex | F | 71 | 2F | 57 | 0 | 3A | 38 | 8C | 4D | 19 |
| Octal | 17 | 161 | 57 | 127 | 0 | 72 | 70 | 214 | 115 | 31 |
| Binary | 1111 | 1110001 | 101111 | 1010111 | 0 | 111010 | 111000 | 10001100 | 1001101 | 11001 |
Color Harmonies of #0F712F
Complementary color
Monochromatic Colors of #0F712F
Black with #0F712F
Text Example
Text Example
White with #0F712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F712F; }
p { color: rgb(15,113,47); }
H1.HeaderClassName
{
color: #0F712F;
}
.AnyTagClassName
{
color: #0F712F;
}
</style>
background-color css
<style>
a { background-color: #0F712F; }
a { background-color: rgb(15,113,47); }
div.DivClassName
{
background-color: #0F712F;
}
.BgClassName
{
background-color: #0F712F;
}
</style>
border-color css
<style>
span { border-color: #0F712F; }
span { border-color: rgb(15,113,47); }
td.TdClassName
{
border-color: #0F712F;
}
.TagClassName
{
border-color: #0F712F;
}
</style>