Shades of Camarone #087928
Tints of Camarone #087928
RGB
CMYK
RGB Variations
Color information
#087928 (or 0x087928) is known color: Camarone. HEX triplet: 08, 79 and 28. RGB value is (8,121,40). Sum of RGB (Red+Green+Blue) = 8+121+40=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #087928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087928 is #F786D7. Grayscale: #4E4E4E. Windows color (decimal): -16221912 or 2652424. OLE color: 2652424.
HSL color Cylindrical-coordinate representation of color #087928: hue angle of 136.99º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087928 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 121 | 40 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.53 |
| HSL | 136.99º | 0.88% | 0.25% | - |
| HSV(B) | 136.99º | 0.93% | 0.47% | - |
| XYZ | 7.32 | 13.88 | 4.3 | - |
| YUV | 77.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 40 | 0.93 | 0 | 0.67 | 0.53 | 136.99 | 0.88 | 0.25 |
| Hex | 8 | 79 | 28 | 5D | 0 | 43 | 35 | 89 | 58 | 19 |
| Octal | 10 | 171 | 50 | 135 | 0 | 103 | 65 | 211 | 130 | 31 |
| Binary | 1000 | 1111001 | 101000 | 1011101 | 0 | 1000011 | 110101 | 10001001 | 1011000 | 11001 |
Color Harmonies of #087928
Complementary color
Monochromatic Colors of #087928
Black with #087928
Text Example
Text Example
White with #087928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087928; }
p { color: rgb(8,121,40); }
H1.HeaderClassName
{
color: #087928;
}
.AnyTagClassName
{
color: #087928;
}
</style>
background-color css
<style>
a { background-color: #087928; }
a { background-color: rgb(8,121,40); }
div.DivClassName
{
background-color: #087928;
}
.BgClassName
{
background-color: #087928;
}
</style>
border-color css
<style>
span { border-color: #087928; }
span { border-color: rgb(8,121,40); }
td.TdClassName
{
border-color: #087928;
}
.TagClassName
{
border-color: #087928;
}
</style>