Shades of Green #06770B
Tints of Green #06770B
RGB
CMYK
RGB Variations
Color information
#06770B (or 0x06770B) is known color: Green. HEX triplet: 06, 77 and 0B. RGB value is (6,119,11). Sum of RGB (Red+Green+Blue) = 6+119+11=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #06770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06770B is #F988F4. Grayscale: #494949. Windows color (decimal): -16353525 or 751366. OLE color: 751366.
HSL color Cylindrical-coordinate representation of color #06770B: hue angle of 122.65º 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 #06770B is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 11 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.53 |
| HSL | 122.65º | 0.9% | 0.25% | - |
| HSV(B) | 122.65º | 0.95% | 0.47% | - |
| XYZ | 6.73 | 13.26 | 2.52 | - |
| YUV | 72.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 11 | 0.95 | 0 | 0.91 | 0.53 | 122.65 | 0.9 | 0.25 |
| Hex | 6 | 77 | B | 5F | 0 | 5B | 35 | 7B | 5A | 19 |
| Octal | 6 | 167 | 13 | 137 | 0 | 133 | 65 | 173 | 132 | 31 |
| Binary | 110 | 1110111 | 1011 | 1011111 | 0 | 1011011 | 110101 | 1111011 | 1011010 | 11001 |
Color Harmonies of #06770B
Complementary color
Monochromatic Colors of #06770B
Black with #06770B
Text Example
Text Example
White with #06770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06770B; }
p { color: rgb(6,119,11); }
H1.HeaderClassName
{
color: #06770B;
}
.AnyTagClassName
{
color: #06770B;
}
</style>
background-color css
<style>
a { background-color: #06770B; }
a { background-color: rgb(6,119,11); }
div.DivClassName
{
background-color: #06770B;
}
.BgClassName
{
background-color: #06770B;
}
</style>
border-color css
<style>
span { border-color: #06770B; }
span { border-color: rgb(6,119,11); }
td.TdClassName
{
border-color: #06770B;
}
.TagClassName
{
border-color: #06770B;
}
</style>