Shades of Camarone #087F2D
Tints of Camarone #087F2D
RGB
CMYK
RGB Variations
Color information
#087F2D (or 0x087F2D) is known color: Camarone. HEX triplet: 08, 7F and 2D. RGB value is (8,127,45). Sum of RGB (Red+Green+Blue) = 8+127+45=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #087F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F2D is #F780D2. Grayscale: #525252. Windows color (decimal): -16220371 or 2981640. OLE color: 2981640.
HSL color Cylindrical-coordinate representation of color #087F2D: hue angle of 138.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F2D is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 45 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.50 |
| HSL | 138.66º | 0.88% | 0.26% | - |
| HSV(B) | 138.66º | 0.94% | 0.5% | - |
| XYZ | 8.16 | 15.42 | 5.03 | - |
| YUV | 82.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 45 | 0.94 | 0 | 0.65 | 0.50 | 138.66 | 0.88 | 0.26 |
| Hex | 8 | 7F | 2D | 5E | 0 | 41 | 32 | 8B | 58 | 1A |
| Octal | 10 | 177 | 55 | 136 | 0 | 101 | 62 | 213 | 130 | 32 |
| Binary | 1000 | 1111111 | 101101 | 1011110 | 0 | 1000001 | 110010 | 10001011 | 1011000 | 11010 |
Color Harmonies of #087F2D
Complementary color
Monochromatic Colors of #087F2D
Black with #087F2D
Text Example
Text Example
White with #087F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F2D; }
p { color: rgb(8,127,45); }
H1.HeaderClassName
{
color: #087F2D;
}
.AnyTagClassName
{
color: #087F2D;
}
</style>
background-color css
<style>
a { background-color: #087F2D; }
a { background-color: rgb(8,127,45); }
div.DivClassName
{
background-color: #087F2D;
}
.BgClassName
{
background-color: #087F2D;
}
</style>
border-color css
<style>
span { border-color: #087F2D; }
span { border-color: rgb(8,127,45); }
td.TdClassName
{
border-color: #087F2D;
}
.TagClassName
{
border-color: #087F2D;
}
</style>