Shades of Camarone #087C2F
Tints of Camarone #087C2F
RGB
CMYK
RGB Variations
Color information
#087C2F (or 0x087C2F) is known color: Camarone. HEX triplet: 08, 7C and 2F. RGB value is (8,124,47). Sum of RGB (Red+Green+Blue) = 8+124+47=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 124 (48.83% from 255 or 69.27% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 124 - color contains mainly: green. Hex color #087C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C2F is #F783D0. Grayscale: #505050. Windows color (decimal): -16221137 or 3111944. OLE color: 3111944.
HSL color Cylindrical-coordinate representation of color #087C2F: hue angle of 140.17º 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 #087C2F is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 47 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.51 |
| HSL | 140.17º | 0.88% | 0.26% | - |
| HSV(B) | 140.17º | 0.94% | 0.49% | - |
| XYZ | 7.82 | 14.67 | 5.11 | - |
| YUV | 80.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 47 | 0.94 | 0 | 0.62 | 0.51 | 140.17 | 0.88 | 0.26 |
| Hex | 8 | 7C | 2F | 5E | 0 | 3E | 33 | 8C | 58 | 1A |
| Octal | 10 | 174 | 57 | 136 | 0 | 76 | 63 | 214 | 130 | 32 |
| Binary | 1000 | 1111100 | 101111 | 1011110 | 0 | 111110 | 110011 | 10001100 | 1011000 | 11010 |
Color Harmonies of #087C2F
Complementary color
Monochromatic Colors of #087C2F
Black with #087C2F
Text Example
Text Example
White with #087C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C2F; }
p { color: rgb(8,124,47); }
H1.HeaderClassName
{
color: #087C2F;
}
.AnyTagClassName
{
color: #087C2F;
}
</style>
background-color css
<style>
a { background-color: #087C2F; }
a { background-color: rgb(8,124,47); }
div.DivClassName
{
background-color: #087C2F;
}
.BgClassName
{
background-color: #087C2F;
}
</style>
border-color css
<style>
span { border-color: #087C2F; }
span { border-color: rgb(8,124,47); }
td.TdClassName
{
border-color: #087C2F;
}
.TagClassName
{
border-color: #087C2F;
}
</style>