Shades of Green #06771B
Tints of Green #06771B
RGB
CMYK
RGB Variations
Color information
#06771B (or 0x06771B) is known color: Green. HEX triplet: 06, 77 and 1B. RGB value is (6,119,27). Sum of RGB (Red+Green+Blue) = 6+119+27=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #06771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06771B is #F988E4. Grayscale: #4A4A4A. Windows color (decimal): -16353509 or 1799942. OLE color: 1799942.
HSL color Cylindrical-coordinate representation of color #06771B: hue angle of 131.15º 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 #06771B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 27 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.53 |
| HSL | 131.15º | 0.9% | 0.25% | - |
| HSV(B) | 131.15º | 0.95% | 0.47% | - |
| XYZ | 6.87 | 13.31 | 3.24 | - |
| YUV | 74.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 27 | 0.95 | 0 | 0.77 | 0.53 | 131.15 | 0.9 | 0.25 |
| Hex | 6 | 77 | 1B | 5F | 0 | 4D | 35 | 83 | 5A | 19 |
| Octal | 6 | 167 | 33 | 137 | 0 | 115 | 65 | 203 | 132 | 31 |
| Binary | 110 | 1110111 | 11011 | 1011111 | 0 | 1001101 | 110101 | 10000011 | 1011010 | 11001 |
Color Harmonies of #06771B
Complementary color
Monochromatic Colors of #06771B
Black with #06771B
Text Example
Text Example
White with #06771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06771B; }
p { color: rgb(6,119,27); }
H1.HeaderClassName
{
color: #06771B;
}
.AnyTagClassName
{
color: #06771B;
}
</style>
background-color css
<style>
a { background-color: #06771B; }
a { background-color: rgb(6,119,27); }
div.DivClassName
{
background-color: #06771B;
}
.BgClassName
{
background-color: #06771B;
}
</style>
border-color css
<style>
span { border-color: #06771B; }
span { border-color: rgb(6,119,27); }
td.TdClassName
{
border-color: #06771B;
}
.TagClassName
{
border-color: #06771B;
}
</style>