Shades of Green #06870E
Tints of Green #06870E
RGB
CMYK
RGB Variations
Color information
#06870E (or 0x06870E) is known color: Green. HEX triplet: 06, 87 and 0E. RGB value is (6,135,14). Sum of RGB (Red+Green+Blue) = 6+135+14=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 135 (53.12% from 255 or 87.10% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 135 - color contains mainly: green. Hex color #06870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06870E is #F978F1. Grayscale: #525252. Windows color (decimal): -16349426 or 952070. OLE color: 952070.
HSL color Cylindrical-coordinate representation of color #06870E: hue angle of 123.72º degrees, saturation: 0.91, 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 #06870E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 14 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.47 |
| HSL | 123.72º | 0.91% | 0.28% | - |
| HSV(B) | 123.72º | 0.96% | 0.53% | - |
| XYZ | 8.82 | 17.4 | 3.31 | - |
| YUV | 82.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 14 | 0.96 | 0 | 0.90 | 0.47 | 123.72 | 0.91 | 0.28 |
| Hex | 6 | 87 | E | 60 | 0 | 5A | 2F | 7C | 5B | 1C |
| Octal | 6 | 207 | 16 | 140 | 0 | 132 | 57 | 174 | 133 | 34 |
| Binary | 110 | 10000111 | 1110 | 1100000 | 0 | 1011010 | 101111 | 1111100 | 1011011 | 11100 |
Color Harmonies of #06870E
Complementary color
Monochromatic Colors of #06870E
Black with #06870E
Text Example
Text Example
White with #06870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06870E; }
p { color: rgb(6,135,14); }
H1.HeaderClassName
{
color: #06870E;
}
.AnyTagClassName
{
color: #06870E;
}
</style>
background-color css
<style>
a { background-color: #06870E; }
a { background-color: rgb(6,135,14); }
div.DivClassName
{
background-color: #06870E;
}
.BgClassName
{
background-color: #06870E;
}
</style>
border-color css
<style>
span { border-color: #06870E; }
span { border-color: rgb(6,135,14); }
td.TdClassName
{
border-color: #06870E;
}
.TagClassName
{
border-color: #06870E;
}
</style>