Shades of Green #06680E
Tints of Green #06680E
RGB
CMYK
RGB Variations
Color information
#06680E (or 0x06680E) is known color: Green. HEX triplet: 06, 68 and 0E. RGB value is (6,104,14). Sum of RGB (Red+Green+Blue) = 6+104+14=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #06680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06680E is #F997F1. Grayscale: #404040. Windows color (decimal): -16357362 or 944134. OLE color: 944134.
HSL color Cylindrical-coordinate representation of color #06680E: hue angle of 124.9º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06680E is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 14 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.59 |
| HSL | 124.9º | 0.89% | 0.22% | - |
| HSV(B) | 124.9º | 0.94% | 0.41% | - |
| XYZ | 5.1 | 9.97 | 2.07 | - |
| YUV | 64.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 14 | 0.94 | 0 | 0.87 | 0.59 | 124.9 | 0.89 | 0.22 |
| Hex | 6 | 68 | E | 5E | 0 | 57 | 3B | 7D | 59 | 16 |
| Octal | 6 | 150 | 16 | 136 | 0 | 127 | 73 | 175 | 131 | 26 |
| Binary | 110 | 1101000 | 1110 | 1011110 | 0 | 1010111 | 111011 | 1111101 | 1011001 | 10110 |
Color Harmonies of #06680E
Complementary color
Monochromatic Colors of #06680E
Black with #06680E
Text Example
Text Example
White with #06680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06680E; }
p { color: rgb(6,104,14); }
H1.HeaderClassName
{
color: #06680E;
}
.AnyTagClassName
{
color: #06680E;
}
</style>
background-color css
<style>
a { background-color: #06680E; }
a { background-color: rgb(6,104,14); }
div.DivClassName
{
background-color: #06680E;
}
.BgClassName
{
background-color: #06680E;
}
</style>
border-color css
<style>
span { border-color: #06680E; }
span { border-color: rgb(6,104,14); }
td.TdClassName
{
border-color: #06680E;
}
.TagClassName
{
border-color: #06680E;
}
</style>