Shades of Camarone #087A2E
Tints of Camarone #087A2E
RGB
CMYK
RGB Variations
Color information
#087A2E (or 0x087A2E) is known color: Camarone. HEX triplet: 08, 7A and 2E. RGB value is (8,122,46). Sum of RGB (Red+Green+Blue) = 8+122+46=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 122 (48.05% from 255 or 69.32% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 122 - color contains mainly: green. Hex color #087A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A2E is #F785D1. Grayscale: #4F4F4F. Windows color (decimal): -16221650 or 3045896. OLE color: 3045896.
HSL color Cylindrical-coordinate representation of color #087A2E: hue angle of 140º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A2E is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 46 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.52 |
| HSL | 140º | 0.88% | 0.25% | - |
| HSV(B) | 140º | 0.93% | 0.48% | - |
| XYZ | 7.55 | 14.17 | 4.92 | - |
| YUV | 79.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 46 | 0.93 | 0 | 0.62 | 0.52 | 140 | 0.88 | 0.25 |
| Hex | 8 | 7A | 2E | 5D | 0 | 3E | 34 | 8C | 58 | 19 |
| Octal | 10 | 172 | 56 | 135 | 0 | 76 | 64 | 214 | 130 | 31 |
| Binary | 1000 | 1111010 | 101110 | 1011101 | 0 | 111110 | 110100 | 10001100 | 1011000 | 11001 |
Color Harmonies of #087A2E
Complementary color
Monochromatic Colors of #087A2E
Black with #087A2E
Text Example
Text Example
White with #087A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A2E; }
p { color: rgb(8,122,46); }
H1.HeaderClassName
{
color: #087A2E;
}
.AnyTagClassName
{
color: #087A2E;
}
</style>
background-color css
<style>
a { background-color: #087A2E; }
a { background-color: rgb(8,122,46); }
div.DivClassName
{
background-color: #087A2E;
}
.BgClassName
{
background-color: #087A2E;
}
</style>
border-color css
<style>
span { border-color: #087A2E; }
span { border-color: rgb(8,122,46); }
td.TdClassName
{
border-color: #087A2E;
}
.TagClassName
{
border-color: #087A2E;
}
</style>