Shades of Green #06770C
Tints of Green #06770C
RGB
CMYK
RGB Variations
Color information
#06770C (or 0x06770C) is known color: Green. HEX triplet: 06, 77 and 0C. RGB value is (6,119,12). Sum of RGB (Red+Green+Blue) = 6+119+12=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #06770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06770C is #F988F3. Grayscale: #494949. Windows color (decimal): -16353524 or 816902. OLE color: 816902.
HSL color Cylindrical-coordinate representation of color #06770C: hue angle of 123.19º 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 #06770C is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 12 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.53 |
| HSL | 123.19º | 0.9% | 0.25% | - |
| HSV(B) | 123.19º | 0.95% | 0.47% | - |
| XYZ | 6.74 | 13.26 | 2.55 | - |
| YUV | 73.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 12 | 0.95 | 0 | 0.90 | 0.53 | 123.19 | 0.9 | 0.25 |
| Hex | 6 | 77 | C | 5F | 0 | 5A | 35 | 7B | 5A | 19 |
| Octal | 6 | 167 | 14 | 137 | 0 | 132 | 65 | 173 | 132 | 31 |
| Binary | 110 | 1110111 | 1100 | 1011111 | 0 | 1011010 | 110101 | 1111011 | 1011010 | 11001 |
Color Harmonies of #06770C
Complementary color
Monochromatic Colors of #06770C
Black with #06770C
Text Example
Text Example
White with #06770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06770C; }
p { color: rgb(6,119,12); }
H1.HeaderClassName
{
color: #06770C;
}
.AnyTagClassName
{
color: #06770C;
}
</style>
background-color css
<style>
a { background-color: #06770C; }
a { background-color: rgb(6,119,12); }
div.DivClassName
{
background-color: #06770C;
}
.BgClassName
{
background-color: #06770C;
}
</style>
border-color css
<style>
span { border-color: #06770C; }
span { border-color: rgb(6,119,12); }
td.TdClassName
{
border-color: #06770C;
}
.TagClassName
{
border-color: #06770C;
}
</style>