Shades of Camarone #087421
Tints of Camarone #087421
RGB
CMYK
RGB Variations
Color information
#087421 (or 0x087421) is known color: Camarone. HEX triplet: 08, 74 and 21. RGB value is (8,116,33). Sum of RGB (Red+Green+Blue) = 8+116+33=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #087421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087421 is #F78BDE. Grayscale: #4A4A4A. Windows color (decimal): -16223199 or 2192392. OLE color: 2192392.
HSL color Cylindrical-coordinate representation of color #087421: hue angle of 133.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087421 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 33 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.55 |
| HSL | 133.89º | 0.87% | 0.24% | - |
| HSV(B) | 133.89º | 0.93% | 0.45% | - |
| XYZ | 6.62 | 12.65 | 3.53 | - |
| YUV | 74.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 33 | 0.93 | 0 | 0.72 | 0.55 | 133.89 | 0.87 | 0.24 |
| Hex | 8 | 74 | 21 | 5D | 0 | 48 | 37 | 86 | 57 | 18 |
| Octal | 10 | 164 | 41 | 135 | 0 | 110 | 67 | 206 | 127 | 30 |
| Binary | 1000 | 1110100 | 100001 | 1011101 | 0 | 1001000 | 110111 | 10000110 | 1010111 | 11000 |
Color Harmonies of #087421
Complementary color
Monochromatic Colors of #087421
Black with #087421
Text Example
Text Example
White with #087421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087421; }
p { color: rgb(8,116,33); }
H1.HeaderClassName
{
color: #087421;
}
.AnyTagClassName
{
color: #087421;
}
</style>
background-color css
<style>
a { background-color: #087421; }
a { background-color: rgb(8,116,33); }
div.DivClassName
{
background-color: #087421;
}
.BgClassName
{
background-color: #087421;
}
</style>
border-color css
<style>
span { border-color: #087421; }
span { border-color: rgb(8,116,33); }
td.TdClassName
{
border-color: #087421;
}
.TagClassName
{
border-color: #087421;
}
</style>