Shades of Camarone #0A721E
Tints of Camarone #0A721E
RGB
CMYK
RGB Variations
Color information
#0A721E (or 0x0A721E) is known color: Camarone. HEX triplet: 0A, 72 and 1E. RGB value is (10,114,30). Sum of RGB (Red+Green+Blue) = 10+114+30=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #0A721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A721E is #F58DE1. Grayscale: #494949. Windows color (decimal): -16092642 or 1995274. OLE color: 1995274.
HSL color Cylindrical-coordinate representation of color #0A721E: hue angle of 131.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A721E is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 30 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.55 |
| HSL | 131.54º | 0.84% | 0.24% | - |
| HSV(B) | 131.54º | 0.91% | 0.45% | - |
| XYZ | 6.38 | 12.19 | 3.25 | - |
| YUV | 73.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 30 | 0.91 | 0 | 0.74 | 0.55 | 131.54 | 0.84 | 0.24 |
| Hex | A | 72 | 1E | 5B | 0 | 4A | 37 | 84 | 54 | 18 |
| Octal | 12 | 162 | 36 | 133 | 0 | 112 | 67 | 204 | 124 | 30 |
| Binary | 1010 | 1110010 | 11110 | 1011011 | 0 | 1001010 | 110111 | 10000100 | 1010100 | 11000 |
Color Harmonies of #0A721E
Complementary color
Monochromatic Colors of #0A721E
Black with #0A721E
Text Example
Text Example
White with #0A721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A721E; }
p { color: rgb(10,114,30); }
H1.HeaderClassName
{
color: #0A721E;
}
.AnyTagClassName
{
color: #0A721E;
}
</style>
background-color css
<style>
a { background-color: #0A721E; }
a { background-color: rgb(10,114,30); }
div.DivClassName
{
background-color: #0A721E;
}
.BgClassName
{
background-color: #0A721E;
}
</style>
border-color css
<style>
span { border-color: #0A721E; }
span { border-color: rgb(10,114,30); }
td.TdClassName
{
border-color: #0A721E;
}
.TagClassName
{
border-color: #0A721E;
}
</style>