Shades of Green #06680A
Tints of Green #06680A
RGB
CMYK
RGB Variations
Color information
#06680A (or 0x06680A) is known color: Green. HEX triplet: 06, 68 and 0A. RGB value is (6,104,10). Sum of RGB (Red+Green+Blue) = 6+104+10=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #06680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06680A is #F997F5. Grayscale: #404040. Windows color (decimal): -16357366 or 681990. OLE color: 681990.
HSL color Cylindrical-coordinate representation of color #06680A: hue angle of 122.45º 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 #06680A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 10 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.59 |
| HSL | 122.45º | 0.89% | 0.22% | - |
| HSV(B) | 122.45º | 0.94% | 0.41% | - |
| XYZ | 5.08 | 9.96 | 1.94 | - |
| YUV | 63.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 10 | 0.94 | 0 | 0.90 | 0.59 | 122.45 | 0.89 | 0.22 |
| Hex | 6 | 68 | A | 5E | 0 | 5A | 3B | 7A | 59 | 16 |
| Octal | 6 | 150 | 12 | 136 | 0 | 132 | 73 | 172 | 131 | 26 |
| Binary | 110 | 1101000 | 1010 | 1011110 | 0 | 1011010 | 111011 | 1111010 | 1011001 | 10110 |
Color Harmonies of #06680A
Complementary color
Monochromatic Colors of #06680A
Black with #06680A
Text Example
Text Example
White with #06680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06680A; }
p { color: rgb(6,104,10); }
H1.HeaderClassName
{
color: #06680A;
}
.AnyTagClassName
{
color: #06680A;
}
</style>
background-color css
<style>
a { background-color: #06680A; }
a { background-color: rgb(6,104,10); }
div.DivClassName
{
background-color: #06680A;
}
.BgClassName
{
background-color: #06680A;
}
</style>
border-color css
<style>
span { border-color: #06680A; }
span { border-color: rgb(6,104,10); }
td.TdClassName
{
border-color: #06680A;
}
.TagClassName
{
border-color: #06680A;
}
</style>