Shades of Camarone #087D2F
Tints of Camarone #087D2F
RGB
CMYK
RGB Variations
Color information
#087D2F (or 0x087D2F) is known color: Camarone. HEX triplet: 08, 7D and 2F. RGB value is (8,125,47). Sum of RGB (Red+Green+Blue) = 8+125+47=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 125 (49.22% from 255 or 69.44% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 125 - color contains mainly: green. Hex color #087D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087D2F is #F782D0. Grayscale: #515151. Windows color (decimal): -16220881 or 3112200. OLE color: 3112200.
HSL color Cylindrical-coordinate representation of color #087D2F: hue angle of 140º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D2F is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 47 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.51 |
| HSL | 140º | 0.88% | 0.26% | - |
| HSV(B) | 140º | 0.94% | 0.49% | - |
| XYZ | 7.95 | 14.92 | 5.15 | - |
| YUV | 81.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 47 | 0.94 | 0 | 0.62 | 0.51 | 140 | 0.88 | 0.26 |
| Hex | 8 | 7D | 2F | 5E | 0 | 3E | 33 | 8C | 58 | 1A |
| Octal | 10 | 175 | 57 | 136 | 0 | 76 | 63 | 214 | 130 | 32 |
| Binary | 1000 | 1111101 | 101111 | 1011110 | 0 | 111110 | 110011 | 10001100 | 1011000 | 11010 |
Color Harmonies of #087D2F
Complementary color
Monochromatic Colors of #087D2F
Black with #087D2F
Text Example
Text Example
White with #087D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D2F; }
p { color: rgb(8,125,47); }
H1.HeaderClassName
{
color: #087D2F;
}
.AnyTagClassName
{
color: #087D2F;
}
</style>
background-color css
<style>
a { background-color: #087D2F; }
a { background-color: rgb(8,125,47); }
div.DivClassName
{
background-color: #087D2F;
}
.BgClassName
{
background-color: #087D2F;
}
</style>
border-color css
<style>
span { border-color: #087D2F; }
span { border-color: rgb(8,125,47); }
td.TdClassName
{
border-color: #087D2F;
}
.TagClassName
{
border-color: #087D2F;
}
</style>