Shades of Green #068110
Tints of Green #068110
RGB
CMYK
RGB Variations
Color information
#068110 (or 0x068110) is known color: Green. HEX triplet: 06, 81 and 10. RGB value is (6,129,16). Sum of RGB (Red+Green+Blue) = 6+129+16=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 129 (50.78% from 255 or 85.43% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 129 - color contains mainly: green. Hex color #068110 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068110 is #F97EEF. Grayscale: #4F4F4F. Windows color (decimal): -16350960 or 1081606. OLE color: 1081606.
HSL color Cylindrical-coordinate representation of color #068110: hue angle of 124.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068110 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 16 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.49 |
| HSL | 124.88º | 0.91% | 0.26% | - |
| HSV(B) | 124.88º | 0.95% | 0.51% | - |
| XYZ | 8.02 | 15.78 | 3.11 | - |
| YUV | 79.34 | 92.25 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 16 | 0.95 | 0 | 0.88 | 0.49 | 124.88 | 0.91 | 0.26 |
| Hex | 6 | 81 | 10 | 5F | 0 | 58 | 31 | 7D | 5B | 1A |
| Octal | 6 | 201 | 20 | 137 | 0 | 130 | 61 | 175 | 133 | 32 |
| Binary | 110 | 10000001 | 10000 | 1011111 | 0 | 1011000 | 110001 | 1111101 | 1011011 | 11010 |
Color Harmonies of #068110
Complementary color
Monochromatic Colors of #068110
Black with #068110
Text Example
Text Example
White with #068110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068110; }
p { color: rgb(6,129,16); }
H1.HeaderClassName
{
color: #068110;
}
.AnyTagClassName
{
color: #068110;
}
</style>
background-color css
<style>
a { background-color: #068110; }
a { background-color: rgb(6,129,16); }
div.DivClassName
{
background-color: #068110;
}
.BgClassName
{
background-color: #068110;
}
</style>
border-color css
<style>
span { border-color: #068110; }
span { border-color: rgb(6,129,16); }
td.TdClassName
{
border-color: #068110;
}
.TagClassName
{
border-color: #068110;
}
</style>