Shades of Camarone #087626
Tints of Camarone #087626
RGB
CMYK
RGB Variations
Color information
#087626 (or 0x087626) is known color: Camarone. HEX triplet: 08, 76 and 26. RGB value is (8,118,38). Sum of RGB (Red+Green+Blue) = 8+118+38=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #087626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087626 is #F789D9. Grayscale: #4C4C4C. Windows color (decimal): -16222682 or 2520584. OLE color: 2520584.
HSL color Cylindrical-coordinate representation of color #087626: hue angle of 136.36º 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 #087626 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 38 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.54 |
| HSL | 136.36º | 0.87% | 0.25% | - |
| HSV(B) | 136.36º | 0.93% | 0.46% | - |
| XYZ | 6.93 | 13.15 | 4.01 | - |
| YUV | 75.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 38 | 0.93 | 0 | 0.68 | 0.54 | 136.36 | 0.87 | 0.25 |
| Hex | 8 | 76 | 26 | 5D | 0 | 44 | 36 | 88 | 57 | 19 |
| Octal | 10 | 166 | 46 | 135 | 0 | 104 | 66 | 210 | 127 | 31 |
| Binary | 1000 | 1110110 | 100110 | 1011101 | 0 | 1000100 | 110110 | 10001000 | 1010111 | 11001 |
Color Harmonies of #087626
Complementary color
Monochromatic Colors of #087626
Black with #087626
Text Example
Text Example
White with #087626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087626; }
p { color: rgb(8,118,38); }
H1.HeaderClassName
{
color: #087626;
}
.AnyTagClassName
{
color: #087626;
}
</style>
background-color css
<style>
a { background-color: #087626; }
a { background-color: rgb(8,118,38); }
div.DivClassName
{
background-color: #087626;
}
.BgClassName
{
background-color: #087626;
}
</style>
border-color css
<style>
span { border-color: #087626; }
span { border-color: rgb(8,118,38); }
td.TdClassName
{
border-color: #087626;
}
.TagClassName
{
border-color: #087626;
}
</style>