Shades of Camarone #087B2F
Tints of Camarone #087B2F
RGB
CMYK
RGB Variations
Color information
#087B2F (or 0x087B2F) is known color: Camarone. HEX triplet: 08, 7B and 2F. RGB value is (8,123,47). Sum of RGB (Red+Green+Blue) = 8+123+47=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 123 (48.44% from 255 or 69.10% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 123 - color contains mainly: green. Hex color #087B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B2F is #F784D0. Grayscale: #505050. Windows color (decimal): -16221393 or 3111688. OLE color: 3111688.
HSL color Cylindrical-coordinate representation of color #087B2F: hue angle of 140.35º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B2F is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 47 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.52 |
| HSL | 140.35º | 0.88% | 0.26% | - |
| HSV(B) | 140.35º | 0.93% | 0.48% | - |
| XYZ | 7.7 | 14.42 | 5.07 | - |
| YUV | 79.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 47 | 0.93 | 0 | 0.62 | 0.52 | 140.35 | 0.88 | 0.26 |
| Hex | 8 | 7B | 2F | 5D | 0 | 3E | 34 | 8C | 58 | 1A |
| Octal | 10 | 173 | 57 | 135 | 0 | 76 | 64 | 214 | 130 | 32 |
| Binary | 1000 | 1111011 | 101111 | 1011101 | 0 | 111110 | 110100 | 10001100 | 1011000 | 11010 |
Color Harmonies of #087B2F
Complementary color
Monochromatic Colors of #087B2F
Black with #087B2F
Text Example
Text Example
White with #087B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B2F; }
p { color: rgb(8,123,47); }
H1.HeaderClassName
{
color: #087B2F;
}
.AnyTagClassName
{
color: #087B2F;
}
</style>
background-color css
<style>
a { background-color: #087B2F; }
a { background-color: rgb(8,123,47); }
div.DivClassName
{
background-color: #087B2F;
}
.BgClassName
{
background-color: #087B2F;
}
</style>
border-color css
<style>
span { border-color: #087B2F; }
span { border-color: rgb(8,123,47); }
td.TdClassName
{
border-color: #087B2F;
}
.TagClassName
{
border-color: #087B2F;
}
</style>