Shades of Green #06610D
Tints of Green #06610D
RGB
CMYK
RGB Variations
Color information
#06610D (or 0x06610D) is known color: Green. HEX triplet: 06, 61 and 0D. RGB value is (6,97,13). Sum of RGB (Red+Green+Blue) = 6+97+13=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #06610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06610D is #F99EF2. Grayscale: #3C3C3C. Windows color (decimal): -16359155 or 876806. OLE color: 876806.
HSL color Cylindrical-coordinate representation of color #06610D: hue angle of 124.62º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06610D is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 13 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.62 |
| HSL | 124.62º | 0.88% | 0.2% | - |
| HSV(B) | 124.62º | 0.94% | 0.38% | - |
| XYZ | 4.42 | 8.62 | 1.81 | - |
| YUV | 60.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 13 | 0.94 | 0 | 0.87 | 0.62 | 124.62 | 0.88 | 0.2 |
| Hex | 6 | 61 | D | 5E | 0 | 57 | 3E | 7D | 58 | 14 |
| Octal | 6 | 141 | 15 | 136 | 0 | 127 | 76 | 175 | 130 | 24 |
| Binary | 110 | 1100001 | 1101 | 1011110 | 0 | 1010111 | 111110 | 1111101 | 1011000 | 10100 |
Color Harmonies of #06610D
Complementary color
Monochromatic Colors of #06610D
Black with #06610D
Text Example
Text Example
White with #06610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06610D; }
p { color: rgb(6,97,13); }
H1.HeaderClassName
{
color: #06610D;
}
.AnyTagClassName
{
color: #06610D;
}
</style>
background-color css
<style>
a { background-color: #06610D; }
a { background-color: rgb(6,97,13); }
div.DivClassName
{
background-color: #06610D;
}
.BgClassName
{
background-color: #06610D;
}
</style>
border-color css
<style>
span { border-color: #06610D; }
span { border-color: rgb(6,97,13); }
td.TdClassName
{
border-color: #06610D;
}
.TagClassName
{
border-color: #06610D;
}
</style>