Shades of Camarone #087F2B
Tints of Camarone #087F2B
RGB
CMYK
RGB Variations
Color information
#087F2B (or 0x087F2B) is known color: Camarone. HEX triplet: 08, 7F and 2B. RGB value is (8,127,43). Sum of RGB (Red+Green+Blue) = 8+127+43=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 127 (50% from 255 or 71.35% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 127 - color contains mainly: green. Hex color #087F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F2B is #F780D4. Grayscale: #525252. Windows color (decimal): -16220373 or 2850568. OLE color: 2850568.
HSL color Cylindrical-coordinate representation of color #087F2B: hue angle of 137.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F2B is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 43 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.50 |
| HSL | 137.65º | 0.88% | 0.26% | - |
| HSV(B) | 137.65º | 0.94% | 0.5% | - |
| XYZ | 8.13 | 15.4 | 4.83 | - |
| YUV | 81.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 43 | 0.94 | 0 | 0.66 | 0.50 | 137.65 | 0.88 | 0.26 |
| Hex | 8 | 7F | 2B | 5E | 0 | 42 | 32 | 8A | 58 | 1A |
| Octal | 10 | 177 | 53 | 136 | 0 | 102 | 62 | 212 | 130 | 32 |
| Binary | 1000 | 1111111 | 101011 | 1011110 | 0 | 1000010 | 110010 | 10001010 | 1011000 | 11010 |
Color Harmonies of #087F2B
Complementary color
Monochromatic Colors of #087F2B
Black with #087F2B
Text Example
Text Example
White with #087F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F2B; }
p { color: rgb(8,127,43); }
H1.HeaderClassName
{
color: #087F2B;
}
.AnyTagClassName
{
color: #087F2B;
}
</style>
background-color css
<style>
a { background-color: #087F2B; }
a { background-color: rgb(8,127,43); }
div.DivClassName
{
background-color: #087F2B;
}
.BgClassName
{
background-color: #087F2B;
}
</style>
border-color css
<style>
span { border-color: #087F2B; }
span { border-color: rgb(8,127,43); }
td.TdClassName
{
border-color: #087F2B;
}
.TagClassName
{
border-color: #087F2B;
}
</style>