Shades of Green #006A0D
Tints of Green #006A0D
RGB
CMYK
RGB Variations
Color information
#006A0D (or 0x006A0D) is known color: Green. HEX triplet: 00, 6A and 0D. RGB value is (0,106,13). Sum of RGB (Red+Green+Blue) = 0+106+13=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 106 (41.80% from 255 or 89.08% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 106 - color contains mainly: green. Hex color #006A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A0D is #FF95F2. Grayscale: #3F3F3F. Windows color (decimal): -16750067 or 879104. OLE color: 879104.
HSL color Cylindrical-coordinate representation of color #006A0D: hue angle of 127.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A0D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 106 | 13 | - |
| CMYK | 1 | 0 | 0.88 | 0.58 |
| HSL | 127.36º | 1% | 0.21% | - |
| HSV(B) | 127.36º | 1% | 0.42% | - |
| XYZ | 5.23 | 10.34 | 2.1 | - |
| YUV | 63.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 13 | 1 | 0 | 0.88 | 0.58 | 127.36 | 1 | 0.21 |
| Hex | 0 | 6A | D | 64 | 0 | 58 | 3A | 7F | 64 | 15 |
| Octal | 0 | 152 | 15 | 144 | 0 | 130 | 72 | 177 | 144 | 25 |
| Binary | 0 | 1101010 | 1101 | 1100100 | 0 | 1011000 | 111010 | 1111111 | 1100100 | 10101 |
Color Harmonies of #006A0D
Complementary color
Monochromatic Colors of #006A0D
Black with #006A0D
Text Example
Text Example
White with #006A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A0D; }
p { color: rgb(0,106,13); }
H1.HeaderClassName
{
color: #006A0D;
}
.AnyTagClassName
{
color: #006A0D;
}
</style>
background-color css
<style>
a { background-color: #006A0D; }
a { background-color: rgb(0,106,13); }
div.DivClassName
{
background-color: #006A0D;
}
.BgClassName
{
background-color: #006A0D;
}
</style>
border-color css
<style>
span { border-color: #006A0D; }
span { border-color: rgb(0,106,13); }
td.TdClassName
{
border-color: #006A0D;
}
.TagClassName
{
border-color: #006A0D;
}
</style>