Shades of Camarone #0A7724
Tints of Camarone #0A7724
RGB
CMYK
RGB Variations
Color information
#0A7724 (or 0x0A7724) is known color: Camarone. HEX triplet: 0A, 77 and 24. RGB value is (10,119,36). Sum of RGB (Red+Green+Blue) = 10+119+36=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7724 is #F588DB. Grayscale: #4D4D4D. Windows color (decimal): -16091356 or 2389770. OLE color: 2389770.
HSL color Cylindrical-coordinate representation of color #0A7724: hue angle of 134.31º 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 #0A7724 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 36 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.53 |
| HSL | 134.31º | 0.84% | 0.25% | - |
| HSV(B) | 134.31º | 0.92% | 0.47% | - |
| XYZ | 7.04 | 13.39 | 3.88 | - |
| YUV | 76.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 36 | 0.92 | 0 | 0.70 | 0.53 | 134.31 | 0.84 | 0.25 |
| Hex | A | 77 | 24 | 5C | 0 | 46 | 35 | 86 | 54 | 19 |
| Octal | 12 | 167 | 44 | 134 | 0 | 106 | 65 | 206 | 124 | 31 |
| Binary | 1010 | 1110111 | 100100 | 1011100 | 0 | 1000110 | 110101 | 10000110 | 1010100 | 11001 |
Color Harmonies of #0A7724
Complementary color
Monochromatic Colors of #0A7724
Black with #0A7724
Text Example
Text Example
White with #0A7724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7724; }
p { color: rgb(10,119,36); }
H1.HeaderClassName
{
color: #0A7724;
}
.AnyTagClassName
{
color: #0A7724;
}
</style>
background-color css
<style>
a { background-color: #0A7724; }
a { background-color: rgb(10,119,36); }
div.DivClassName
{
background-color: #0A7724;
}
.BgClassName
{
background-color: #0A7724;
}
</style>
border-color css
<style>
span { border-color: #0A7724; }
span { border-color: rgb(10,119,36); }
td.TdClassName
{
border-color: #0A7724;
}
.TagClassName
{
border-color: #0A7724;
}
</style>