Shades of Camarone #087C2D
Tints of Camarone #087C2D
RGB
CMYK
RGB Variations
Color information
#087C2D (or 0x087C2D) is known color: Camarone. HEX triplet: 08, 7C and 2D. RGB value is (8,124,45). Sum of RGB (Red+Green+Blue) = 8+124+45=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #087C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C2D is #F783D2. Grayscale: #505050. Windows color (decimal): -16221139 or 2980872. OLE color: 2980872.
HSL color Cylindrical-coordinate representation of color #087C2D: hue angle of 139.14º 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 #087C2D is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 45 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.51 |
| HSL | 139.14º | 0.88% | 0.26% | - |
| HSV(B) | 139.14º | 0.94% | 0.49% | - |
| XYZ | 7.78 | 14.66 | 4.9 | - |
| YUV | 80.31 | 108.07 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 45 | 0.94 | 0 | 0.64 | 0.51 | 139.14 | 0.88 | 0.26 |
| Hex | 8 | 7C | 2D | 5E | 0 | 40 | 33 | 8B | 58 | 1A |
| Octal | 10 | 174 | 55 | 136 | 0 | 100 | 63 | 213 | 130 | 32 |
| Binary | 1000 | 1111100 | 101101 | 1011110 | 0 | 1000000 | 110011 | 10001011 | 1011000 | 11010 |
Color Harmonies of #087C2D
Complementary color
Monochromatic Colors of #087C2D
Black with #087C2D
Text Example
Text Example
White with #087C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C2D; }
p { color: rgb(8,124,45); }
H1.HeaderClassName
{
color: #087C2D;
}
.AnyTagClassName
{
color: #087C2D;
}
</style>
background-color css
<style>
a { background-color: #087C2D; }
a { background-color: rgb(8,124,45); }
div.DivClassName
{
background-color: #087C2D;
}
.BgClassName
{
background-color: #087C2D;
}
</style>
border-color css
<style>
span { border-color: #087C2D; }
span { border-color: rgb(8,124,45); }
td.TdClassName
{
border-color: #087C2D;
}
.TagClassName
{
border-color: #087C2D;
}
</style>