Shades of Camarone #0F711F
Tints of Camarone #0F711F
RGB
CMYK
RGB Variations
Color information
#0F711F (or 0x0F711F) is known color: Camarone. HEX triplet: 0F, 71 and 1F. RGB value is (15,113,31). Sum of RGB (Red+Green+Blue) = 15+113+31=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #0F711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F711F is #F08EE0. Grayscale: #4A4A4A. Windows color (decimal): -15765217 or 2060559. OLE color: 2060559.
HSL color Cylindrical-coordinate representation of color #0F711F: hue angle of 129.8º 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 #0F711F is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 31 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.56 |
| HSL | 129.8º | 0.77% | 0.25% | - |
| HSV(B) | 129.8º | 0.87% | 0.44% | - |
| XYZ | 6.35 | 12.01 | 3.28 | - |
| YUV | 74.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 31 | 0.87 | 0 | 0.73 | 0.56 | 129.8 | 0.77 | 0.25 |
| Hex | F | 71 | 1F | 57 | 0 | 49 | 38 | 82 | 4D | 19 |
| Octal | 17 | 161 | 37 | 127 | 0 | 111 | 70 | 202 | 115 | 31 |
| Binary | 1111 | 1110001 | 11111 | 1010111 | 0 | 1001001 | 111000 | 10000010 | 1001101 | 11001 |
Color Harmonies of #0F711F
Complementary color
Monochromatic Colors of #0F711F
Black with #0F711F
Text Example
Text Example
White with #0F711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F711F; }
p { color: rgb(15,113,31); }
H1.HeaderClassName
{
color: #0F711F;
}
.AnyTagClassName
{
color: #0F711F;
}
</style>
background-color css
<style>
a { background-color: #0F711F; }
a { background-color: rgb(15,113,31); }
div.DivClassName
{
background-color: #0F711F;
}
.BgClassName
{
background-color: #0F711F;
}
</style>
border-color css
<style>
span { border-color: #0F711F; }
span { border-color: rgb(15,113,31); }
td.TdClassName
{
border-color: #0F711F;
}
.TagClassName
{
border-color: #0F711F;
}
</style>