Shades of Camarone #0A7423
Tints of Camarone #0A7423
RGB
CMYK
RGB Variations
Color information
#0A7423 (or 0x0A7423) is known color: Camarone. HEX triplet: 0A, 74 and 23. RGB value is (10,116,35). Sum of RGB (Red+Green+Blue) = 10+116+35=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7423 is #F58BDC. Grayscale: #4B4B4B. Windows color (decimal): -16092125 or 2323466. OLE color: 2323466.
HSL color Cylindrical-coordinate representation of color #0A7423: hue angle of 134.15º 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 #0A7423 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 35 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.55 |
| HSL | 134.15º | 0.84% | 0.25% | - |
| HSV(B) | 134.15º | 0.91% | 0.45% | - |
| XYZ | 6.67 | 12.68 | 3.69 | - |
| YUV | 75.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 35 | 0.91 | 0 | 0.70 | 0.55 | 134.15 | 0.84 | 0.25 |
| Hex | A | 74 | 23 | 5B | 0 | 46 | 37 | 86 | 54 | 19 |
| Octal | 12 | 164 | 43 | 133 | 0 | 106 | 67 | 206 | 124 | 31 |
| Binary | 1010 | 1110100 | 100011 | 1011011 | 0 | 1000110 | 110111 | 10000110 | 1010100 | 11001 |
Color Harmonies of #0A7423
Complementary color
Monochromatic Colors of #0A7423
Black with #0A7423
Text Example
Text Example
White with #0A7423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7423; }
p { color: rgb(10,116,35); }
H1.HeaderClassName
{
color: #0A7423;
}
.AnyTagClassName
{
color: #0A7423;
}
</style>
background-color css
<style>
a { background-color: #0A7423; }
a { background-color: rgb(10,116,35); }
div.DivClassName
{
background-color: #0A7423;
}
.BgClassName
{
background-color: #0A7423;
}
</style>
border-color css
<style>
span { border-color: #0A7423; }
span { border-color: rgb(10,116,35); }
td.TdClassName
{
border-color: #0A7423;
}
.TagClassName
{
border-color: #0A7423;
}
</style>