Shades of Camarone #0A772C
Tints of Camarone #0A772C
RGB
CMYK
RGB Variations
Color information
#0A772C (or 0x0A772C) is known color: Camarone. HEX triplet: 0A, 77 and 2C. RGB value is (10,119,44). Sum of RGB (Red+Green+Blue) = 10+119+44=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #0A772C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A772C is #F588D3. Grayscale: #4E4E4E. Windows color (decimal): -16091348 or 2914058. OLE color: 2914058.
HSL color Cylindrical-coordinate representation of color #0A772C: hue angle of 138.72º degrees, saturation: 0.84, 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 #0A772C is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 44 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.53 |
| HSL | 138.72º | 0.84% | 0.25% | - |
| HSV(B) | 138.72º | 0.92% | 0.47% | - |
| XYZ | 7.18 | 13.44 | 4.6 | - |
| YUV | 77.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 44 | 0.92 | 0 | 0.63 | 0.53 | 138.72 | 0.84 | 0.25 |
| Hex | A | 77 | 2C | 5C | 0 | 3F | 35 | 8B | 54 | 19 |
| Octal | 12 | 167 | 54 | 134 | 0 | 77 | 65 | 213 | 124 | 31 |
| Binary | 1010 | 1110111 | 101100 | 1011100 | 0 | 111111 | 110101 | 10001011 | 1010100 | 11001 |
Color Harmonies of #0A772C
Complementary color
Monochromatic Colors of #0A772C
Black with #0A772C
Text Example
Text Example
White with #0A772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A772C; }
p { color: rgb(10,119,44); }
H1.HeaderClassName
{
color: #0A772C;
}
.AnyTagClassName
{
color: #0A772C;
}
</style>
background-color css
<style>
a { background-color: #0A772C; }
a { background-color: rgb(10,119,44); }
div.DivClassName
{
background-color: #0A772C;
}
.BgClassName
{
background-color: #0A772C;
}
</style>
border-color css
<style>
span { border-color: #0A772C; }
span { border-color: rgb(10,119,44); }
td.TdClassName
{
border-color: #0A772C;
}
.TagClassName
{
border-color: #0A772C;
}
</style>