Shades of Camarone #0A7721
Tints of Camarone #0A7721
RGB
CMYK
RGB Variations
Color information
#0A7721 (or 0x0A7721) is known color: Camarone. HEX triplet: 0A, 77 and 21. RGB value is (10,119,33). Sum of RGB (Red+Green+Blue) = 10+119+33=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7721 is #F588DE. Grayscale: #4C4C4C. Windows color (decimal): -16091359 or 2193162. OLE color: 2193162.
HSL color Cylindrical-coordinate representation of color #0A7721: hue angle of 132.66º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7721 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 33 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.53 |
| HSL | 132.66º | 0.84% | 0.25% | - |
| HSV(B) | 132.66º | 0.92% | 0.47% | - |
| XYZ | 7 | 13.37 | 3.65 | - |
| YUV | 76.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 33 | 0.92 | 0 | 0.72 | 0.53 | 132.66 | 0.84 | 0.25 |
| Hex | A | 77 | 21 | 5C | 0 | 48 | 35 | 85 | 54 | 19 |
| Octal | 12 | 167 | 41 | 134 | 0 | 110 | 65 | 205 | 124 | 31 |
| Binary | 1010 | 1110111 | 100001 | 1011100 | 0 | 1001000 | 110101 | 10000101 | 1010100 | 11001 |
Color Harmonies of #0A7721
Complementary color
Monochromatic Colors of #0A7721
Black with #0A7721
Text Example
Text Example
White with #0A7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7721; }
p { color: rgb(10,119,33); }
H1.HeaderClassName
{
color: #0A7721;
}
.AnyTagClassName
{
color: #0A7721;
}
</style>
background-color css
<style>
a { background-color: #0A7721; }
a { background-color: rgb(10,119,33); }
div.DivClassName
{
background-color: #0A7721;
}
.BgClassName
{
background-color: #0A7721;
}
</style>
border-color css
<style>
span { border-color: #0A7721; }
span { border-color: rgb(10,119,33); }
td.TdClassName
{
border-color: #0A7721;
}
.TagClassName
{
border-color: #0A7721;
}
</style>