Shades of Camarone #0A7624
Tints of Camarone #0A7624
RGB
CMYK
RGB Variations
Color information
#0A7624 (or 0x0A7624) is known color: Camarone. HEX triplet: 0A, 76 and 24. RGB value is (10,118,36). Sum of RGB (Red+Green+Blue) = 10+118+36=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7624 is #F589DB. Grayscale: #4C4C4C. Windows color (decimal): -16091612 or 2389514. OLE color: 2389514.
HSL color Cylindrical-coordinate representation of color #0A7624: hue angle of 134.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7624 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 36 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.54 |
| HSL | 134.44º | 0.84% | 0.25% | - |
| HSV(B) | 134.44º | 0.92% | 0.46% | - |
| XYZ | 6.92 | 13.15 | 3.84 | - |
| YUV | 76.36 | 105.22 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 36 | 0.92 | 0 | 0.69 | 0.54 | 134.44 | 0.84 | 0.25 |
| Hex | A | 76 | 24 | 5C | 0 | 45 | 36 | 86 | 54 | 19 |
| Octal | 12 | 166 | 44 | 134 | 0 | 105 | 66 | 206 | 124 | 31 |
| Binary | 1010 | 1110110 | 100100 | 1011100 | 0 | 1000101 | 110110 | 10000110 | 1010100 | 11001 |
Color Harmonies of #0A7624
Complementary color
Monochromatic Colors of #0A7624
Black with #0A7624
Text Example
Text Example
White with #0A7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7624; }
p { color: rgb(10,118,36); }
H1.HeaderClassName
{
color: #0A7624;
}
.AnyTagClassName
{
color: #0A7624;
}
</style>
background-color css
<style>
a { background-color: #0A7624; }
a { background-color: rgb(10,118,36); }
div.DivClassName
{
background-color: #0A7624;
}
.BgClassName
{
background-color: #0A7624;
}
</style>
border-color css
<style>
span { border-color: #0A7624; }
span { border-color: rgb(10,118,36); }
td.TdClassName
{
border-color: #0A7624;
}
.TagClassName
{
border-color: #0A7624;
}
</style>