Shades of Camarone #0A7A24
Tints of Camarone #0A7A24
RGB
CMYK
RGB Variations
Color information
#0A7A24 (or 0x0A7A24) is known color: Camarone. HEX triplet: 0A, 7A and 24. RGB value is (10,122,36). Sum of RGB (Red+Green+Blue) = 10+122+36=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 122 (48.05% from 255 or 72.62% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A24 is #F585DB. Grayscale: #4E4E4E. Windows color (decimal): -16090588 or 2390538. OLE color: 2390538.
HSL color Cylindrical-coordinate representation of color #0A7A24: hue angle of 133.93º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A24 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 122 | 36 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.52 |
| HSL | 133.93º | 0.85% | 0.26% | - |
| HSV(B) | 133.93º | 0.92% | 0.48% | - |
| XYZ | 7.4 | 14.11 | 4 | - |
| YUV | 78.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 122 | 36 | 0.92 | 0 | 0.70 | 0.52 | 133.93 | 0.85 | 0.26 |
| Hex | A | 7A | 24 | 5C | 0 | 46 | 34 | 86 | 55 | 1A |
| Octal | 12 | 172 | 44 | 134 | 0 | 106 | 64 | 206 | 125 | 32 |
| Binary | 1010 | 1111010 | 100100 | 1011100 | 0 | 1000110 | 110100 | 10000110 | 1010101 | 11010 |
Color Harmonies of #0A7A24
Complementary color
Monochromatic Colors of #0A7A24
Black with #0A7A24
Text Example
Text Example
White with #0A7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7A24; }
p { color: rgb(10,122,36); }
H1.HeaderClassName
{
color: #0A7A24;
}
.AnyTagClassName
{
color: #0A7A24;
}
</style>
background-color css
<style>
a { background-color: #0A7A24; }
a { background-color: rgb(10,122,36); }
div.DivClassName
{
background-color: #0A7A24;
}
.BgClassName
{
background-color: #0A7A24;
}
</style>
border-color css
<style>
span { border-color: #0A7A24; }
span { border-color: rgb(10,122,36); }
td.TdClassName
{
border-color: #0A7A24;
}
.TagClassName
{
border-color: #0A7A24;
}
</style>