Shades of Camarone #08782E
Tints of Camarone #08782E
RGB
CMYK
RGB Variations
Color information
#08782E (or 0x08782E) is known color: Camarone. HEX triplet: 08, 78 and 2E. RGB value is (8,120,46). Sum of RGB (Red+Green+Blue) = 8+120+46=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #08782E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08782E is #F787D1. Grayscale: #4E4E4E. Windows color (decimal): -16222162 or 3045384. OLE color: 3045384.
HSL color Cylindrical-coordinate representation of color #08782E: hue angle of 140.36º 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 #08782E is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 46 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.53 |
| HSL | 140.36º | 0.88% | 0.25% | - |
| HSV(B) | 140.36º | 0.93% | 0.47% | - |
| XYZ | 7.31 | 13.68 | 4.84 | - |
| YUV | 78.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 46 | 0.93 | 0 | 0.62 | 0.53 | 140.36 | 0.88 | 0.25 |
| Hex | 8 | 78 | 2E | 5D | 0 | 3E | 35 | 8C | 58 | 19 |
| Octal | 10 | 170 | 56 | 135 | 0 | 76 | 65 | 214 | 130 | 31 |
| Binary | 1000 | 1111000 | 101110 | 1011101 | 0 | 111110 | 110101 | 10001100 | 1011000 | 11001 |
Color Harmonies of #08782E
Complementary color
Monochromatic Colors of #08782E
Black with #08782E
Text Example
Text Example
White with #08782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08782E; }
p { color: rgb(8,120,46); }
H1.HeaderClassName
{
color: #08782E;
}
.AnyTagClassName
{
color: #08782E;
}
</style>
background-color css
<style>
a { background-color: #08782E; }
a { background-color: rgb(8,120,46); }
div.DivClassName
{
background-color: #08782E;
}
.BgClassName
{
background-color: #08782E;
}
</style>
border-color css
<style>
span { border-color: #08782E; }
span { border-color: rgb(8,120,46); }
td.TdClassName
{
border-color: #08782E;
}
.TagClassName
{
border-color: #08782E;
}
</style>