Shades of Camarone #087828
Tints of Camarone #087828
RGB
CMYK
RGB Variations
Color information
#087828 (or 0x087828) is known color: Camarone. HEX triplet: 08, 78 and 28. RGB value is (8,120,40). Sum of RGB (Red+Green+Blue) = 8+120+40=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #087828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087828 is #F787D7. Grayscale: #4D4D4D. Windows color (decimal): -16222168 or 2652168. OLE color: 2652168.
HSL color Cylindrical-coordinate representation of color #087828: hue angle of 137.14º 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 #087828 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 40 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.53 |
| HSL | 137.14º | 0.88% | 0.25% | - |
| HSV(B) | 137.14º | 0.93% | 0.47% | - |
| XYZ | 7.2 | 13.64 | 4.26 | - |
| YUV | 77.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 40 | 0.93 | 0 | 0.67 | 0.53 | 137.14 | 0.88 | 0.25 |
| Hex | 8 | 78 | 28 | 5D | 0 | 43 | 35 | 89 | 58 | 19 |
| Octal | 10 | 170 | 50 | 135 | 0 | 103 | 65 | 211 | 130 | 31 |
| Binary | 1000 | 1111000 | 101000 | 1011101 | 0 | 1000011 | 110101 | 10001001 | 1011000 | 11001 |
Color Harmonies of #087828
Complementary color
Monochromatic Colors of #087828
Black with #087828
Text Example
Text Example
White with #087828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087828; }
p { color: rgb(8,120,40); }
H1.HeaderClassName
{
color: #087828;
}
.AnyTagClassName
{
color: #087828;
}
</style>
background-color css
<style>
a { background-color: #087828; }
a { background-color: rgb(8,120,40); }
div.DivClassName
{
background-color: #087828;
}
.BgClassName
{
background-color: #087828;
}
</style>
border-color css
<style>
span { border-color: #087828; }
span { border-color: rgb(8,120,40); }
td.TdClassName
{
border-color: #087828;
}
.TagClassName
{
border-color: #087828;
}
</style>