Shades of Camarone #087C28
Tints of Camarone #087C28
RGB
CMYK
RGB Variations
Color information
#087C28 (or 0x087C28) is known color: Camarone. HEX triplet: 08, 7C and 28. RGB value is (8,124,40). Sum of RGB (Red+Green+Blue) = 8+124+40=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #087C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C28 is #F783D7. Grayscale: #4F4F4F. Windows color (decimal): -16221144 or 2653192. OLE color: 2653192.
HSL color Cylindrical-coordinate representation of color #087C28: hue angle of 136.55º 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 #087C28 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 40 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.51 |
| HSL | 136.55º | 0.88% | 0.26% | - |
| HSV(B) | 136.55º | 0.94% | 0.49% | - |
| XYZ | 7.69 | 14.62 | 4.42 | - |
| YUV | 79.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 40 | 0.94 | 0 | 0.68 | 0.51 | 136.55 | 0.88 | 0.26 |
| Hex | 8 | 7C | 28 | 5E | 0 | 44 | 33 | 89 | 58 | 1A |
| Octal | 10 | 174 | 50 | 136 | 0 | 104 | 63 | 211 | 130 | 32 |
| Binary | 1000 | 1111100 | 101000 | 1011110 | 0 | 1000100 | 110011 | 10001001 | 1011000 | 11010 |
Color Harmonies of #087C28
Complementary color
Monochromatic Colors of #087C28
Black with #087C28
Text Example
Text Example
White with #087C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C28; }
p { color: rgb(8,124,40); }
H1.HeaderClassName
{
color: #087C28;
}
.AnyTagClassName
{
color: #087C28;
}
</style>
background-color css
<style>
a { background-color: #087C28; }
a { background-color: rgb(8,124,40); }
div.DivClassName
{
background-color: #087C28;
}
.BgClassName
{
background-color: #087C28;
}
</style>
border-color css
<style>
span { border-color: #087C28; }
span { border-color: rgb(8,124,40); }
td.TdClassName
{
border-color: #087C28;
}
.TagClassName
{
border-color: #087C28;
}
</style>