Shades of Green #0D690A
Tints of Green #0D690A
RGB
CMYK
RGB Variations
Color information
#0D690A (or 0x0D690A) is known color: Green. HEX triplet: 0D, 69 and 0A. RGB value is (13,105,10). Sum of RGB (Red+Green+Blue) = 13+105+10=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #0D690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D690A is #F296F5. Grayscale: #424242. Windows color (decimal): -15898358 or 682253. OLE color: 682253.
HSL color Cylindrical-coordinate representation of color #0D690A: hue angle of 118.11º 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 #0D690A is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 105 | 10 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.59 |
| HSL | 118.11º | 0.83% | 0.23% | - |
| HSV(B) | 118.11º | 0.9% | 0.41% | - |
| XYZ | 5.27 | 10.21 | 1.98 | - |
| YUV | 66.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 10 | 0.88 | 0 | 0.90 | 0.59 | 118.11 | 0.83 | 0.23 |
| Hex | D | 69 | A | 58 | 0 | 5A | 3B | 76 | 53 | 17 |
| Octal | 15 | 151 | 12 | 130 | 0 | 132 | 73 | 166 | 123 | 27 |
| Binary | 1101 | 1101001 | 1010 | 1011000 | 0 | 1011010 | 111011 | 1110110 | 1010011 | 10111 |
Color Harmonies of #0D690A
Complementary color
Monochromatic Colors of #0D690A
Black with #0D690A
Text Example
Text Example
White with #0D690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D690A; }
p { color: rgb(13,105,10); }
H1.HeaderClassName
{
color: #0D690A;
}
.AnyTagClassName
{
color: #0D690A;
}
</style>
background-color css
<style>
a { background-color: #0D690A; }
a { background-color: rgb(13,105,10); }
div.DivClassName
{
background-color: #0D690A;
}
.BgClassName
{
background-color: #0D690A;
}
</style>
border-color css
<style>
span { border-color: #0D690A; }
span { border-color: rgb(13,105,10); }
td.TdClassName
{
border-color: #0D690A;
}
.TagClassName
{
border-color: #0D690A;
}
</style>