Shades of Camarone #0A7329
Tints of Camarone #0A7329
RGB
CMYK
RGB Variations
Color information
#0A7329 (or 0x0A7329) is known color: Camarone. HEX triplet: 0A, 73 and 29. RGB value is (10,115,41). Sum of RGB (Red+Green+Blue) = 10+115+41=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7329 is #F58CD6. Grayscale: #4B4B4B. Windows color (decimal): -16092375 or 2716426. OLE color: 2716426.
HSL color Cylindrical-coordinate representation of color #0A7329: hue angle of 137.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7329 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 41 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.55 |
| HSL | 137.71º | 0.84% | 0.25% | - |
| HSV(B) | 137.71º | 0.91% | 0.45% | - |
| XYZ | 6.66 | 12.49 | 4.16 | - |
| YUV | 75.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 41 | 0.91 | 0 | 0.64 | 0.55 | 137.71 | 0.84 | 0.25 |
| Hex | A | 73 | 29 | 5B | 0 | 40 | 37 | 8A | 54 | 19 |
| Octal | 12 | 163 | 51 | 133 | 0 | 100 | 67 | 212 | 124 | 31 |
| Binary | 1010 | 1110011 | 101001 | 1011011 | 0 | 1000000 | 110111 | 10001010 | 1010100 | 11001 |
Color Harmonies of #0A7329
Complementary color
Monochromatic Colors of #0A7329
Black with #0A7329
Text Example
Text Example
White with #0A7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7329; }
p { color: rgb(10,115,41); }
H1.HeaderClassName
{
color: #0A7329;
}
.AnyTagClassName
{
color: #0A7329;
}
</style>
background-color css
<style>
a { background-color: #0A7329; }
a { background-color: rgb(10,115,41); }
div.DivClassName
{
background-color: #0A7329;
}
.BgClassName
{
background-color: #0A7329;
}
</style>
border-color css
<style>
span { border-color: #0A7329; }
span { border-color: rgb(10,115,41); }
td.TdClassName
{
border-color: #0A7329;
}
.TagClassName
{
border-color: #0A7329;
}
</style>