Shades of Green #068400
Tints of Green #068400
RGB
CMYK
RGB Variations
Color information
#068400 (or 0x068400) is known color: Green. HEX triplet: 06, 84 and 00. RGB value is (6,132,0). Sum of RGB (Red+Green+Blue) = 6+132+0=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 132 (51.95% from 255 or 95.65% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 132 - color contains mainly: green. Hex color #068400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068400 is #F97BFF. Grayscale: #4F4F4F. Windows color (decimal): -16350208 or 33798. OLE color: 33798.
HSL color Cylindrical-coordinate representation of color #068400: hue angle of 117.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #068400 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 132 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.48 |
| HSL | 117.27º | 1% | 0.26% | - |
| HSV(B) | 117.27º | 1% | 0.52% | - |
| XYZ | 8.33 | 16.54 | 2.75 | - |
| YUV | 79.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 0 | 0.95 | 0 | 1 | 0.48 | 117.27 | 1 | 0.26 |
| Hex | 6 | 84 | 0 | 5F | 0 | 64 | 30 | 75 | 64 | 1A |
| Octal | 6 | 204 | 0 | 137 | 0 | 144 | 60 | 165 | 144 | 32 |
| Binary | 110 | 10000100 | 0 | 1011111 | 0 | 1100100 | 110000 | 1110101 | 1100100 | 11010 |
Color Harmonies of #068400
Complementary color
Monochromatic Colors of #068400
Black with #068400
Text Example
Text Example
White with #068400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068400; }
p { color: rgb(6,132,0); }
H1.HeaderClassName
{
color: #068400;
}
.AnyTagClassName
{
color: #068400;
}
</style>
background-color css
<style>
a { background-color: #068400; }
a { background-color: rgb(6,132,0); }
div.DivClassName
{
background-color: #068400;
}
.BgClassName
{
background-color: #068400;
}
</style>
border-color css
<style>
span { border-color: #068400; }
span { border-color: rgb(6,132,0); }
td.TdClassName
{
border-color: #068400;
}
.TagClassName
{
border-color: #068400;
}
</style>