Shades of Green #0A690E
Tints of Green #0A690E
RGB
CMYK
RGB Variations
Color information
#0A690E (or 0x0A690E) is known color: Green. HEX triplet: 0A, 69 and 0E. RGB value is (10,105,14). Sum of RGB (Red+Green+Blue) = 10+105+14=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 105 (41.41% from 255 or 81.40% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 105 - color contains mainly: green. Hex color #0A690E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A690E is #F596F1. Grayscale: #424242. Windows color (decimal): -16094962 or 944394. OLE color: 944394.
HSL color Cylindrical-coordinate representation of color #0A690E: hue angle of 122.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A690E is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 14 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.59 |
| HSL | 122.53º | 0.83% | 0.23% | - |
| HSV(B) | 122.53º | 0.9% | 0.41% | - |
| XYZ | 5.26 | 10.2 | 2.11 | - |
| YUV | 66.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 14 | 0.90 | 0 | 0.87 | 0.59 | 122.53 | 0.83 | 0.23 |
| Hex | A | 69 | E | 5A | 0 | 57 | 3B | 7B | 53 | 17 |
| Octal | 12 | 151 | 16 | 132 | 0 | 127 | 73 | 173 | 123 | 27 |
| Binary | 1010 | 1101001 | 1110 | 1011010 | 0 | 1010111 | 111011 | 1111011 | 1010011 | 10111 |
Color Harmonies of #0A690E
Complementary color
Monochromatic Colors of #0A690E
Black with #0A690E
Text Example
Text Example
White with #0A690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A690E; }
p { color: rgb(10,105,14); }
H1.HeaderClassName
{
color: #0A690E;
}
.AnyTagClassName
{
color: #0A690E;
}
</style>
background-color css
<style>
a { background-color: #0A690E; }
a { background-color: rgb(10,105,14); }
div.DivClassName
{
background-color: #0A690E;
}
.BgClassName
{
background-color: #0A690E;
}
</style>
border-color css
<style>
span { border-color: #0A690E; }
span { border-color: rgb(10,105,14); }
td.TdClassName
{
border-color: #0A690E;
}
.TagClassName
{
border-color: #0A690E;
}
</style>