Shades of Green #0D660A
Tints of Green #0D660A
RGB
CMYK
RGB Variations
Color information
#0D660A (or 0x0D660A) is known color: Green. HEX triplet: 0D, 66 and 0A. RGB value is (13,102,10). Sum of RGB (Red+Green+Blue) = 13+102+10=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #0D660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D660A is #F299F5. Grayscale: #414141. Windows color (decimal): -15899126 or 681485. OLE color: 681485.
HSL color Cylindrical-coordinate representation of color #0D660A: hue angle of 118.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D660A is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 102 | 10 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.6 |
| HSL | 118.04º | 0.82% | 0.22% | - |
| HSV(B) | 118.04º | 0.9% | 0.4% | - |
| XYZ | 4.97 | 9.61 | 1.88 | - |
| YUV | 64.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 10 | 0.87 | 0 | 0.90 | 0.6 | 118.04 | 0.82 | 0.22 |
| Hex | D | 66 | A | 57 | 0 | 5A | 3C | 76 | 52 | 16 |
| Octal | 15 | 146 | 12 | 127 | 0 | 132 | 74 | 166 | 122 | 26 |
| Binary | 1101 | 1100110 | 1010 | 1010111 | 0 | 1011010 | 111100 | 1110110 | 1010010 | 10110 |
Color Harmonies of #0D660A
Complementary color
Monochromatic Colors of #0D660A
Black with #0D660A
Text Example
Text Example
White with #0D660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D660A; }
p { color: rgb(13,102,10); }
H1.HeaderClassName
{
color: #0D660A;
}
.AnyTagClassName
{
color: #0D660A;
}
</style>
background-color css
<style>
a { background-color: #0D660A; }
a { background-color: rgb(13,102,10); }
div.DivClassName
{
background-color: #0D660A;
}
.BgClassName
{
background-color: #0D660A;
}
</style>
border-color css
<style>
span { border-color: #0D660A; }
span { border-color: rgb(13,102,10); }
td.TdClassName
{
border-color: #0D660A;
}
.TagClassName
{
border-color: #0D660A;
}
</style>