Shades of Green #06711B
Tints of Green #06711B
RGB
CMYK
RGB Variations
Color information
#06711B (or 0x06711B) is known color: Green. HEX triplet: 06, 71 and 1B. RGB value is (6,113,27). Sum of RGB (Red+Green+Blue) = 6+113+27=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #06711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06711B is #F98EE4. Grayscale: #474747. Windows color (decimal): -16355045 or 1798406. OLE color: 1798406.
HSL color Cylindrical-coordinate representation of color #06711B: hue angle of 131.78º 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 #06711B is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 27 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.56 |
| HSL | 131.78º | 0.9% | 0.23% | - |
| HSV(B) | 131.78º | 0.95% | 0.44% | - |
| XYZ | 6.18 | 11.93 | 3.01 | - |
| YUV | 71.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 27 | 0.95 | 0 | 0.76 | 0.56 | 131.78 | 0.9 | 0.23 |
| Hex | 6 | 71 | 1B | 5F | 0 | 4C | 38 | 84 | 5A | 17 |
| Octal | 6 | 161 | 33 | 137 | 0 | 114 | 70 | 204 | 132 | 27 |
| Binary | 110 | 1110001 | 11011 | 1011111 | 0 | 1001100 | 111000 | 10000100 | 1011010 | 10111 |
Color Harmonies of #06711B
Complementary color
Monochromatic Colors of #06711B
Black with #06711B
Text Example
Text Example
White with #06711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06711B; }
p { color: rgb(6,113,27); }
H1.HeaderClassName
{
color: #06711B;
}
.AnyTagClassName
{
color: #06711B;
}
</style>
background-color css
<style>
a { background-color: #06711B; }
a { background-color: rgb(6,113,27); }
div.DivClassName
{
background-color: #06711B;
}
.BgClassName
{
background-color: #06711B;
}
</style>
border-color css
<style>
span { border-color: #06711B; }
span { border-color: rgb(6,113,27); }
td.TdClassName
{
border-color: #06711B;
}
.TagClassName
{
border-color: #06711B;
}
</style>