Shades of Green #06610B
Tints of Green #06610B
RGB
CMYK
RGB Variations
Color information
#06610B (or 0x06610B) is known color: Green. HEX triplet: 06, 61 and 0B. RGB value is (6,97,11). Sum of RGB (Red+Green+Blue) = 6+97+11=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 97 (38.28% from 255 or 85.09% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 97 - color contains mainly: green. Hex color #06610B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06610B is #F99EF4. Grayscale: #3C3C3C. Windows color (decimal): -16359157 or 745734. OLE color: 745734.
HSL color Cylindrical-coordinate representation of color #06610B: hue angle of 123.3º 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 #06610B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 11 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.62 |
| HSL | 123.3º | 0.88% | 0.2% | - |
| HSV(B) | 123.3º | 0.94% | 0.38% | - |
| XYZ | 4.41 | 8.61 | 1.75 | - |
| YUV | 59.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 11 | 0.94 | 0 | 0.89 | 0.62 | 123.3 | 0.88 | 0.2 |
| Hex | 6 | 61 | B | 5E | 0 | 59 | 3E | 7B | 58 | 14 |
| Octal | 6 | 141 | 13 | 136 | 0 | 131 | 76 | 173 | 130 | 24 |
| Binary | 110 | 1100001 | 1011 | 1011110 | 0 | 1011001 | 111110 | 1111011 | 1011000 | 10100 |
Color Harmonies of #06610B
Complementary color
Monochromatic Colors of #06610B
Black with #06610B
Text Example
Text Example
White with #06610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06610B; }
p { color: rgb(6,97,11); }
H1.HeaderClassName
{
color: #06610B;
}
.AnyTagClassName
{
color: #06610B;
}
</style>
background-color css
<style>
a { background-color: #06610B; }
a { background-color: rgb(6,97,11); }
div.DivClassName
{
background-color: #06610B;
}
.BgClassName
{
background-color: #06610B;
}
</style>
border-color css
<style>
span { border-color: #06610B; }
span { border-color: rgb(6,97,11); }
td.TdClassName
{
border-color: #06610B;
}
.TagClassName
{
border-color: #06610B;
}
</style>