Shades of Green #06690A
Tints of Green #06690A
RGB
CMYK
RGB Variations
Color information
#06690A (or 0x06690A) is known color: Green. HEX triplet: 06, 69 and 0A. RGB value is (6,105,10). Sum of RGB (Red+Green+Blue) = 6+105+10=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 105 (41.41% from 255 or 86.78% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 105 - color contains mainly: green. Hex color #06690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690A is #F996F5. Grayscale: #404040. Windows color (decimal): -16357110 or 682246. OLE color: 682246.
HSL color Cylindrical-coordinate representation of color #06690A: hue angle of 122.42º 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 #06690A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 10 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.59 |
| HSL | 122.42º | 0.89% | 0.22% | - |
| HSV(B) | 122.42º | 0.94% | 0.41% | - |
| XYZ | 5.18 | 10.16 | 1.98 | - |
| YUV | 64.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 10 | 0.94 | 0 | 0.90 | 0.59 | 122.42 | 0.89 | 0.22 |
| Hex | 6 | 69 | A | 5E | 0 | 5A | 3B | 7A | 59 | 16 |
| Octal | 6 | 151 | 12 | 136 | 0 | 132 | 73 | 172 | 131 | 26 |
| Binary | 110 | 1101001 | 1010 | 1011110 | 0 | 1011010 | 111011 | 1111010 | 1011001 | 10110 |
Color Harmonies of #06690A
Complementary color
Monochromatic Colors of #06690A
Black with #06690A
Text Example
Text Example
White with #06690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06690A; }
p { color: rgb(6,105,10); }
H1.HeaderClassName
{
color: #06690A;
}
.AnyTagClassName
{
color: #06690A;
}
</style>
background-color css
<style>
a { background-color: #06690A; }
a { background-color: rgb(6,105,10); }
div.DivClassName
{
background-color: #06690A;
}
.BgClassName
{
background-color: #06690A;
}
</style>
border-color css
<style>
span { border-color: #06690A; }
span { border-color: rgb(6,105,10); }
td.TdClassName
{
border-color: #06690A;
}
.TagClassName
{
border-color: #06690A;
}
</style>