Shades of Green #06880E
Tints of Green #06880E
RGB
CMYK
RGB Variations
Color information
#06880E (or 0x06880E) is known color: Green. HEX triplet: 06, 88 and 0E. RGB value is (6,136,14). Sum of RGB (Red+Green+Blue) = 6+136+14=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #06880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06880E is #F977F1. Grayscale: #535353. Windows color (decimal): -16349170 or 952326. OLE color: 952326.
HSL color Cylindrical-coordinate representation of color #06880E: hue angle of 123.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06880E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 14 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.47 |
| HSL | 123.69º | 0.92% | 0.28% | - |
| HSV(B) | 123.69º | 0.96% | 0.53% | - |
| XYZ | 8.96 | 17.68 | 3.36 | - |
| YUV | 83.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 14 | 0.96 | 0 | 0.90 | 0.47 | 123.69 | 0.92 | 0.28 |
| Hex | 6 | 88 | E | 60 | 0 | 5A | 2F | 7C | 5C | 1C |
| Octal | 6 | 210 | 16 | 140 | 0 | 132 | 57 | 174 | 134 | 34 |
| Binary | 110 | 10001000 | 1110 | 1100000 | 0 | 1011010 | 101111 | 1111100 | 1011100 | 11100 |
Color Harmonies of #06880E
Complementary color
Monochromatic Colors of #06880E
Black with #06880E
Text Example
Text Example
White with #06880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06880E; }
p { color: rgb(6,136,14); }
H1.HeaderClassName
{
color: #06880E;
}
.AnyTagClassName
{
color: #06880E;
}
</style>
background-color css
<style>
a { background-color: #06880E; }
a { background-color: rgb(6,136,14); }
div.DivClassName
{
background-color: #06880E;
}
.BgClassName
{
background-color: #06880E;
}
</style>
border-color css
<style>
span { border-color: #06880E; }
span { border-color: rgb(6,136,14); }
td.TdClassName
{
border-color: #06880E;
}
.TagClassName
{
border-color: #06880E;
}
</style>