Shades of Camarone #087A2F
Tints of Camarone #087A2F
RGB
CMYK
RGB Variations
Color information
#087A2F (or 0x087A2F) is known color: Camarone. HEX triplet: 08, 7A and 2F. RGB value is (8,122,47). Sum of RGB (Red+Green+Blue) = 8+122+47=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #087A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A2F is #F785D0. Grayscale: #4F4F4F. Windows color (decimal): -16221649 or 3111432. OLE color: 3111432.
HSL color Cylindrical-coordinate representation of color #087A2F: hue angle of 140.53º 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 #087A2F is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 47 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.52 |
| HSL | 140.53º | 0.88% | 0.25% | - |
| HSV(B) | 140.53º | 0.93% | 0.48% | - |
| XYZ | 7.57 | 14.18 | 5.03 | - |
| YUV | 79.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 47 | 0.93 | 0 | 0.61 | 0.52 | 140.53 | 0.88 | 0.25 |
| Hex | 8 | 7A | 2F | 5D | 0 | 3D | 34 | 8D | 58 | 19 |
| Octal | 10 | 172 | 57 | 135 | 0 | 75 | 64 | 215 | 130 | 31 |
| Binary | 1000 | 1111010 | 101111 | 1011101 | 0 | 111101 | 110100 | 10001101 | 1011000 | 11001 |
Color Harmonies of #087A2F
Complementary color
Monochromatic Colors of #087A2F
Black with #087A2F
Text Example
Text Example
White with #087A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A2F; }
p { color: rgb(8,122,47); }
H1.HeaderClassName
{
color: #087A2F;
}
.AnyTagClassName
{
color: #087A2F;
}
</style>
background-color css
<style>
a { background-color: #087A2F; }
a { background-color: rgb(8,122,47); }
div.DivClassName
{
background-color: #087A2F;
}
.BgClassName
{
background-color: #087A2F;
}
</style>
border-color css
<style>
span { border-color: #087A2F; }
span { border-color: rgb(8,122,47); }
td.TdClassName
{
border-color: #087A2F;
}
.TagClassName
{
border-color: #087A2F;
}
</style>