Shades of Camarone #087520
Tints of Camarone #087520
RGB
CMYK
RGB Variations
Color information
#087520 (or 0x087520) is known color: Camarone. HEX triplet: 08, 75 and 20. RGB value is (8,117,32). Sum of RGB (Red+Green+Blue) = 8+117+32=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #087520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087520 is #F78ADF. Grayscale: #4A4A4A. Windows color (decimal): -16222944 or 2127112. OLE color: 2127112.
HSL color Cylindrical-coordinate representation of color #087520: hue angle of 133.21º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087520 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 32 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.54 |
| HSL | 133.21º | 0.87% | 0.25% | - |
| HSV(B) | 133.21º | 0.93% | 0.46% | - |
| XYZ | 6.72 | 12.88 | 3.5 | - |
| YUV | 74.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 32 | 0.93 | 0 | 0.73 | 0.54 | 133.21 | 0.87 | 0.25 |
| Hex | 8 | 75 | 20 | 5D | 0 | 49 | 36 | 85 | 57 | 19 |
| Octal | 10 | 165 | 40 | 135 | 0 | 111 | 66 | 205 | 127 | 31 |
| Binary | 1000 | 1110101 | 100000 | 1011101 | 0 | 1001001 | 110110 | 10000101 | 1010111 | 11001 |
Color Harmonies of #087520
Complementary color
Monochromatic Colors of #087520
Black with #087520
Text Example
Text Example
White with #087520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087520; }
p { color: rgb(8,117,32); }
H1.HeaderClassName
{
color: #087520;
}
.AnyTagClassName
{
color: #087520;
}
</style>
background-color css
<style>
a { background-color: #087520; }
a { background-color: rgb(8,117,32); }
div.DivClassName
{
background-color: #087520;
}
.BgClassName
{
background-color: #087520;
}
</style>
border-color css
<style>
span { border-color: #087520; }
span { border-color: rgb(8,117,32); }
td.TdClassName
{
border-color: #087520;
}
.TagClassName
{
border-color: #087520;
}
</style>