Shades of Green #067814
Tints of Green #067814
RGB
CMYK
RGB Variations
Color information
#067814 (or 0x067814) is known color: Green. HEX triplet: 06, 78 and 14. RGB value is (6,120,20). Sum of RGB (Red+Green+Blue) = 6+120+20=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #067814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067814 is #F987EB. Grayscale: #4A4A4A. Windows color (decimal): -16353260 or 1341446. OLE color: 1341446.
HSL color Cylindrical-coordinate representation of color #067814: hue angle of 127.37º 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 #067814 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 20 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.53 |
| HSL | 127.37º | 0.9% | 0.25% | - |
| HSV(B) | 127.37º | 0.95% | 0.47% | - |
| XYZ | 6.92 | 13.52 | 2.91 | - |
| YUV | 74.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 20 | 0.95 | 0 | 0.83 | 0.53 | 127.37 | 0.9 | 0.25 |
| Hex | 6 | 78 | 14 | 5F | 0 | 53 | 35 | 7F | 5A | 19 |
| Octal | 6 | 170 | 24 | 137 | 0 | 123 | 65 | 177 | 132 | 31 |
| Binary | 110 | 1111000 | 10100 | 1011111 | 0 | 1010011 | 110101 | 1111111 | 1011010 | 11001 |
Color Harmonies of #067814
Complementary color
Monochromatic Colors of #067814
Black with #067814
Text Example
Text Example
White with #067814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067814; }
p { color: rgb(6,120,20); }
H1.HeaderClassName
{
color: #067814;
}
.AnyTagClassName
{
color: #067814;
}
</style>
background-color css
<style>
a { background-color: #067814; }
a { background-color: rgb(6,120,20); }
div.DivClassName
{
background-color: #067814;
}
.BgClassName
{
background-color: #067814;
}
</style>
border-color css
<style>
span { border-color: #067814; }
span { border-color: rgb(6,120,20); }
td.TdClassName
{
border-color: #067814;
}
.TagClassName
{
border-color: #067814;
}
</style>