Shades of Camarone #0A722C
Tints of Camarone #0A722C
RGB
CMYK
RGB Variations
Color information
#0A722C (or 0x0A722C) is known color: Camarone. HEX triplet: 0A, 72 and 2C. RGB value is (10,114,44). Sum of RGB (Red+Green+Blue) = 10+114+44=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #0A722C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A722C is #F58DD3. Grayscale: #4B4B4B. Windows color (decimal): -16092628 or 2912778. OLE color: 2912778.
HSL color Cylindrical-coordinate representation of color #0A722C: hue angle of 139.62º 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 #0A722C is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 44 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.55 |
| HSL | 139.62º | 0.84% | 0.24% | - |
| HSV(B) | 139.62º | 0.91% | 0.45% | - |
| XYZ | 6.6 | 12.28 | 4.41 | - |
| YUV | 74.92 | 110.54 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 44 | 0.91 | 0 | 0.61 | 0.55 | 139.62 | 0.84 | 0.24 |
| Hex | A | 72 | 2C | 5B | 0 | 3D | 37 | 8C | 54 | 18 |
| Octal | 12 | 162 | 54 | 133 | 0 | 75 | 67 | 214 | 124 | 30 |
| Binary | 1010 | 1110010 | 101100 | 1011011 | 0 | 111101 | 110111 | 10001100 | 1010100 | 11000 |
Color Harmonies of #0A722C
Complementary color
Monochromatic Colors of #0A722C
Black with #0A722C
Text Example
Text Example
White with #0A722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A722C; }
p { color: rgb(10,114,44); }
H1.HeaderClassName
{
color: #0A722C;
}
.AnyTagClassName
{
color: #0A722C;
}
</style>
background-color css
<style>
a { background-color: #0A722C; }
a { background-color: rgb(10,114,44); }
div.DivClassName
{
background-color: #0A722C;
}
.BgClassName
{
background-color: #0A722C;
}
</style>
border-color css
<style>
span { border-color: #0A722C; }
span { border-color: rgb(10,114,44); }
td.TdClassName
{
border-color: #0A722C;
}
.TagClassName
{
border-color: #0A722C;
}
</style>