Shades of Green #06710B
Tints of Green #06710B
RGB
CMYK
RGB Variations
Color information
#06710B (or 0x06710B) is known color: Green. HEX triplet: 06, 71 and 0B. RGB value is (6,113,11). Sum of RGB (Red+Green+Blue) = 6+113+11=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #06710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06710B is #F98EF4. Grayscale: #454545. Windows color (decimal): -16355061 or 749830. OLE color: 749830.
HSL color Cylindrical-coordinate representation of color #06710B: hue angle of 122.8º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06710B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.56 |
| HSL | 122.8º | 0.9% | 0.23% | - |
| HSV(B) | 122.8º | 0.95% | 0.44% | - |
| XYZ | 6.04 | 11.87 | 2.29 | - |
| YUV | 69.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 11 | 0.95 | 0 | 0.90 | 0.56 | 122.8 | 0.9 | 0.23 |
| Hex | 6 | 71 | B | 5F | 0 | 5A | 38 | 7B | 5A | 17 |
| Octal | 6 | 161 | 13 | 137 | 0 | 132 | 70 | 173 | 132 | 27 |
| Binary | 110 | 1110001 | 1011 | 1011111 | 0 | 1011010 | 111000 | 1111011 | 1011010 | 10111 |
Color Harmonies of #06710B
Complementary color
Monochromatic Colors of #06710B
Black with #06710B
Text Example
Text Example
White with #06710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06710B; }
p { color: rgb(6,113,11); }
H1.HeaderClassName
{
color: #06710B;
}
.AnyTagClassName
{
color: #06710B;
}
</style>
background-color css
<style>
a { background-color: #06710B; }
a { background-color: rgb(6,113,11); }
div.DivClassName
{
background-color: #06710B;
}
.BgClassName
{
background-color: #06710B;
}
</style>
border-color css
<style>
span { border-color: #06710B; }
span { border-color: rgb(6,113,11); }
td.TdClassName
{
border-color: #06710B;
}
.TagClassName
{
border-color: #06710B;
}
</style>