Shades of Camarone #0A762E
Tints of Camarone #0A762E
RGB
CMYK
RGB Variations
Color information
#0A762E (or 0x0A762E) is known color: Camarone. HEX triplet: 0A, 76 and 2E. RGB value is (10,118,46). Sum of RGB (Red+Green+Blue) = 10+118+46=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #0A762E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A762E is #F589D1. Grayscale: #4D4D4D. Windows color (decimal): -16091602 or 3044874. OLE color: 3044874.
HSL color Cylindrical-coordinate representation of color #0A762E: hue angle of 140º 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 #0A762E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 46 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.54 |
| HSL | 140º | 0.84% | 0.25% | - |
| HSV(B) | 140º | 0.92% | 0.46% | - |
| XYZ | 7.1 | 13.22 | 4.76 | - |
| YUV | 77.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 46 | 0.92 | 0 | 0.61 | 0.54 | 140 | 0.84 | 0.25 |
| Hex | A | 76 | 2E | 5C | 0 | 3D | 36 | 8C | 54 | 19 |
| Octal | 12 | 166 | 56 | 134 | 0 | 75 | 66 | 214 | 124 | 31 |
| Binary | 1010 | 1110110 | 101110 | 1011100 | 0 | 111101 | 110110 | 10001100 | 1010100 | 11001 |
Color Harmonies of #0A762E
Complementary color
Monochromatic Colors of #0A762E
Black with #0A762E
Text Example
Text Example
White with #0A762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A762E; }
p { color: rgb(10,118,46); }
H1.HeaderClassName
{
color: #0A762E;
}
.AnyTagClassName
{
color: #0A762E;
}
</style>
background-color css
<style>
a { background-color: #0A762E; }
a { background-color: rgb(10,118,46); }
div.DivClassName
{
background-color: #0A762E;
}
.BgClassName
{
background-color: #0A762E;
}
</style>
border-color css
<style>
span { border-color: #0A762E; }
span { border-color: rgb(10,118,46); }
td.TdClassName
{
border-color: #0A762E;
}
.TagClassName
{
border-color: #0A762E;
}
</style>