Shades of Green #06780A
Tints of Green #06780A
RGB
CMYK
RGB Variations
Color information
#06780A (or 0x06780A) is known color: Green. HEX triplet: 06, 78 and 0A. RGB value is (6,120,10). Sum of RGB (Red+Green+Blue) = 6+120+10=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 120 (47.27% from 255 or 88.24% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 120 - color contains mainly: green. Hex color #06780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06780A is #F987F5. Grayscale: #494949. Windows color (decimal): -16353270 or 686086. OLE color: 686086.
HSL color Cylindrical-coordinate representation of color #06780A: hue angle of 122.11º 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 #06780A is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 10 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.53 |
| HSL | 122.11º | 0.9% | 0.25% | - |
| HSV(B) | 122.11º | 0.95% | 0.47% | - |
| XYZ | 6.85 | 13.49 | 2.53 | - |
| YUV | 73.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 10 | 0.95 | 0 | 0.92 | 0.53 | 122.11 | 0.9 | 0.25 |
| Hex | 6 | 78 | A | 5F | 0 | 5C | 35 | 7A | 5A | 19 |
| Octal | 6 | 170 | 12 | 137 | 0 | 134 | 65 | 172 | 132 | 31 |
| Binary | 110 | 1111000 | 1010 | 1011111 | 0 | 1011100 | 110101 | 1111010 | 1011010 | 11001 |
Color Harmonies of #06780A
Complementary color
Monochromatic Colors of #06780A
Black with #06780A
Text Example
Text Example
White with #06780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06780A; }
p { color: rgb(6,120,10); }
H1.HeaderClassName
{
color: #06780A;
}
.AnyTagClassName
{
color: #06780A;
}
</style>
background-color css
<style>
a { background-color: #06780A; }
a { background-color: rgb(6,120,10); }
div.DivClassName
{
background-color: #06780A;
}
.BgClassName
{
background-color: #06780A;
}
</style>
border-color css
<style>
span { border-color: #06780A; }
span { border-color: rgb(6,120,10); }
td.TdClassName
{
border-color: #06780A;
}
.TagClassName
{
border-color: #06780A;
}
</style>