Shades of Camarone #0F7121
Tints of Camarone #0F7121
RGB
CMYK
RGB Variations
Color information
#0F7121 (or 0x0F7121) is known color: Camarone. HEX triplet: 0F, 71 and 21. RGB value is (15,113,33). Sum of RGB (Red+Green+Blue) = 15+113+33=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 113 (44.53% from 255 or 70.19% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7121 is #F08EDE. Grayscale: #4A4A4A. Windows color (decimal): -15765215 or 2191631. OLE color: 2191631.
HSL color Cylindrical-coordinate representation of color #0F7121: hue angle of 131.02º 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 #0F7121 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 33 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.56 |
| HSL | 131.02º | 0.77% | 0.25% | - |
| HSV(B) | 131.02º | 0.87% | 0.44% | - |
| XYZ | 6.38 | 12.02 | 3.42 | - |
| YUV | 74.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 33 | 0.87 | 0 | 0.71 | 0.56 | 131.02 | 0.77 | 0.25 |
| Hex | F | 71 | 21 | 57 | 0 | 47 | 38 | 83 | 4D | 19 |
| Octal | 17 | 161 | 41 | 127 | 0 | 107 | 70 | 203 | 115 | 31 |
| Binary | 1111 | 1110001 | 100001 | 1010111 | 0 | 1000111 | 111000 | 10000011 | 1001101 | 11001 |
Color Harmonies of #0F7121
Complementary color
Monochromatic Colors of #0F7121
Black with #0F7121
Text Example
Text Example
White with #0F7121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7121; }
p { color: rgb(15,113,33); }
H1.HeaderClassName
{
color: #0F7121;
}
.AnyTagClassName
{
color: #0F7121;
}
</style>
background-color css
<style>
a { background-color: #0F7121; }
a { background-color: rgb(15,113,33); }
div.DivClassName
{
background-color: #0F7121;
}
.BgClassName
{
background-color: #0F7121;
}
</style>
border-color css
<style>
span { border-color: #0F7121; }
span { border-color: rgb(15,113,33); }
td.TdClassName
{
border-color: #0F7121;
}
.TagClassName
{
border-color: #0F7121;
}
</style>