Shades of Camarone #0F7133
Tints of Camarone #0F7133
RGB
CMYK
RGB Variations
Color information
#0F7133 (or 0x0F7133) is known color: Camarone. HEX triplet: 0F, 71 and 33. RGB value is (15,113,51). Sum of RGB (Red+Green+Blue) = 15+113+51=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7133 is #F08ECC. Grayscale: #4C4C4C. Windows color (decimal): -15765197 or 3371279. OLE color: 3371279.
HSL color Cylindrical-coordinate representation of color #0F7133: hue angle of 142.04º 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 #0F7133 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 51 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.56 |
| HSL | 142.04º | 0.77% | 0.25% | - |
| HSV(B) | 142.04º | 0.87% | 0.44% | - |
| XYZ | 6.7 | 12.15 | 5.12 | - |
| YUV | 76.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 51 | 0.87 | 0 | 0.55 | 0.56 | 142.04 | 0.77 | 0.25 |
| Hex | F | 71 | 33 | 57 | 0 | 37 | 38 | 8E | 4D | 19 |
| Octal | 17 | 161 | 63 | 127 | 0 | 67 | 70 | 216 | 115 | 31 |
| Binary | 1111 | 1110001 | 110011 | 1010111 | 0 | 110111 | 111000 | 10001110 | 1001101 | 11001 |
Color Harmonies of #0F7133
Complementary color
Monochromatic Colors of #0F7133
Black with #0F7133
Text Example
Text Example
White with #0F7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7133; }
p { color: rgb(15,113,51); }
H1.HeaderClassName
{
color: #0F7133;
}
.AnyTagClassName
{
color: #0F7133;
}
</style>
background-color css
<style>
a { background-color: #0F7133; }
a { background-color: rgb(15,113,51); }
div.DivClassName
{
background-color: #0F7133;
}
.BgClassName
{
background-color: #0F7133;
}
</style>
border-color css
<style>
span { border-color: #0F7133; }
span { border-color: rgb(15,113,51); }
td.TdClassName
{
border-color: #0F7133;
}
.TagClassName
{
border-color: #0F7133;
}
</style>