Shades of Camarone #0F7020
Tints of Camarone #0F7020
RGB
CMYK
RGB Variations
Color information
#0F7020 (or 0x0F7020) is known color: Camarone. HEX triplet: 0F, 70 and 20. RGB value is (15,112,32). Sum of RGB (Red+Green+Blue) = 15+112+32=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7020 is #F08FDF. Grayscale: #4A4A4A. Windows color (decimal): -15765472 or 2125839. OLE color: 2125839.
HSL color Cylindrical-coordinate representation of color #0F7020: hue angle of 130.52º degrees, saturation: 0.76, 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 #0F7020 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 32 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.56 |
| HSL | 130.52º | 0.76% | 0.25% | - |
| HSV(B) | 130.52º | 0.87% | 0.44% | - |
| XYZ | 6.25 | 11.79 | 3.31 | - |
| YUV | 73.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 32 | 0.87 | 0 | 0.71 | 0.56 | 130.52 | 0.76 | 0.25 |
| Hex | F | 70 | 20 | 57 | 0 | 47 | 38 | 83 | 4C | 19 |
| Octal | 17 | 160 | 40 | 127 | 0 | 107 | 70 | 203 | 114 | 31 |
| Binary | 1111 | 1110000 | 100000 | 1010111 | 0 | 1000111 | 111000 | 10000011 | 1001100 | 11001 |
Color Harmonies of #0F7020
Complementary color
Monochromatic Colors of #0F7020
Black with #0F7020
Text Example
Text Example
White with #0F7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7020; }
p { color: rgb(15,112,32); }
H1.HeaderClassName
{
color: #0F7020;
}
.AnyTagClassName
{
color: #0F7020;
}
</style>
background-color css
<style>
a { background-color: #0F7020; }
a { background-color: rgb(15,112,32); }
div.DivClassName
{
background-color: #0F7020;
}
.BgClassName
{
background-color: #0F7020;
}
</style>
border-color css
<style>
span { border-color: #0F7020; }
span { border-color: rgb(15,112,32); }
td.TdClassName
{
border-color: #0F7020;
}
.TagClassName
{
border-color: #0F7020;
}
</style>