Shades of Green #06771D
Tints of Green #06771D
RGB
CMYK
RGB Variations
Color information
#06771D (or 0x06771D) is known color: Green. HEX triplet: 06, 77 and 1D. RGB value is (6,119,29). Sum of RGB (Red+Green+Blue) = 6+119+29=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #06771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06771D is #F988E2. Grayscale: #4B4B4B. Windows color (decimal): -16353507 or 1931014. OLE color: 1931014.
HSL color Cylindrical-coordinate representation of color #06771D: hue angle of 132.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06771D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 29 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.53 |
| HSL | 132.21º | 0.9% | 0.25% | - |
| HSV(B) | 132.21º | 0.95% | 0.47% | - |
| XYZ | 6.89 | 13.32 | 3.37 | - |
| YUV | 74.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 29 | 0.95 | 0 | 0.76 | 0.53 | 132.21 | 0.9 | 0.25 |
| Hex | 6 | 77 | 1D | 5F | 0 | 4C | 35 | 84 | 5A | 19 |
| Octal | 6 | 167 | 35 | 137 | 0 | 114 | 65 | 204 | 132 | 31 |
| Binary | 110 | 1110111 | 11101 | 1011111 | 0 | 1001100 | 110101 | 10000100 | 1011010 | 11001 |
Color Harmonies of #06771D
Complementary color
Monochromatic Colors of #06771D
Black with #06771D
Text Example
Text Example
White with #06771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06771D; }
p { color: rgb(6,119,29); }
H1.HeaderClassName
{
color: #06771D;
}
.AnyTagClassName
{
color: #06771D;
}
</style>
background-color css
<style>
a { background-color: #06771D; }
a { background-color: rgb(6,119,29); }
div.DivClassName
{
background-color: #06771D;
}
.BgClassName
{
background-color: #06771D;
}
</style>
border-color css
<style>
span { border-color: #06771D; }
span { border-color: rgb(6,119,29); }
td.TdClassName
{
border-color: #06771D;
}
.TagClassName
{
border-color: #06771D;
}
</style>