Shades of Camarone #0A7829
Tints of Camarone #0A7829
RGB
CMYK
RGB Variations
Color information
#0A7829 (or 0x0A7829) is known color: Camarone. HEX triplet: 0A, 78 and 29. RGB value is (10,120,41). Sum of RGB (Red+Green+Blue) = 10+120+41=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7829 is #F587D6. Grayscale: #4E4E4E. Windows color (decimal): -16091095 or 2717706. OLE color: 2717706.
HSL color Cylindrical-coordinate representation of color #0A7829: hue angle of 136.91º degrees, saturation: 0.85, 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 #0A7829 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 41 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.53 |
| HSL | 136.91º | 0.85% | 0.25% | - |
| HSV(B) | 136.91º | 0.92% | 0.47% | - |
| XYZ | 7.24 | 13.66 | 4.35 | - |
| YUV | 78.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 41 | 0.92 | 0 | 0.66 | 0.53 | 136.91 | 0.85 | 0.25 |
| Hex | A | 78 | 29 | 5C | 0 | 42 | 35 | 89 | 55 | 19 |
| Octal | 12 | 170 | 51 | 134 | 0 | 102 | 65 | 211 | 125 | 31 |
| Binary | 1010 | 1111000 | 101001 | 1011100 | 0 | 1000010 | 110101 | 10001001 | 1010101 | 11001 |
Color Harmonies of #0A7829
Complementary color
Monochromatic Colors of #0A7829
Black with #0A7829
Text Example
Text Example
White with #0A7829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7829; }
p { color: rgb(10,120,41); }
H1.HeaderClassName
{
color: #0A7829;
}
.AnyTagClassName
{
color: #0A7829;
}
</style>
background-color css
<style>
a { background-color: #0A7829; }
a { background-color: rgb(10,120,41); }
div.DivClassName
{
background-color: #0A7829;
}
.BgClassName
{
background-color: #0A7829;
}
</style>
border-color css
<style>
span { border-color: #0A7829; }
span { border-color: rgb(10,120,41); }
td.TdClassName
{
border-color: #0A7829;
}
.TagClassName
{
border-color: #0A7829;
}
</style>