Shades of Camarone #087D2D
Tints of Camarone #087D2D
RGB
CMYK
RGB Variations
Color information
#087D2D (or 0x087D2D) is known color: Camarone. HEX triplet: 08, 7D and 2D. RGB value is (8,125,45). Sum of RGB (Red+Green+Blue) = 8+125+45=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 125 (49.22% from 255 or 70.22% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 125 - color contains mainly: green. Hex color #087D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087D2D is #F782D2. Grayscale: #515151. Windows color (decimal): -16220883 or 2981128. OLE color: 2981128.
HSL color Cylindrical-coordinate representation of color #087D2D: hue angle of 138.97º 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 #087D2D is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 45 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.51 |
| HSL | 138.97º | 0.88% | 0.26% | - |
| HSV(B) | 138.97º | 0.94% | 0.49% | - |
| XYZ | 7.91 | 14.91 | 4.94 | - |
| YUV | 80.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 45 | 0.94 | 0 | 0.64 | 0.51 | 138.97 | 0.88 | 0.26 |
| Hex | 8 | 7D | 2D | 5E | 0 | 40 | 33 | 8B | 58 | 1A |
| Octal | 10 | 175 | 55 | 136 | 0 | 100 | 63 | 213 | 130 | 32 |
| Binary | 1000 | 1111101 | 101101 | 1011110 | 0 | 1000000 | 110011 | 10001011 | 1011000 | 11010 |
Color Harmonies of #087D2D
Complementary color
Monochromatic Colors of #087D2D
Black with #087D2D
Text Example
Text Example
White with #087D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D2D; }
p { color: rgb(8,125,45); }
H1.HeaderClassName
{
color: #087D2D;
}
.AnyTagClassName
{
color: #087D2D;
}
</style>
background-color css
<style>
a { background-color: #087D2D; }
a { background-color: rgb(8,125,45); }
div.DivClassName
{
background-color: #087D2D;
}
.BgClassName
{
background-color: #087D2D;
}
</style>
border-color css
<style>
span { border-color: #087D2D; }
span { border-color: rgb(8,125,45); }
td.TdClassName
{
border-color: #087D2D;
}
.TagClassName
{
border-color: #087D2D;
}
</style>