Shades of Green #068616
Tints of Green #068616
RGB
CMYK
RGB Variations
Color information
#068616 (or 0x068616) is known color: Green. HEX triplet: 06, 86 and 16. RGB value is (6,134,22). Sum of RGB (Red+Green+Blue) = 6+134+22=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #068616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068616 is #F979E9. Grayscale: #535353. Windows color (decimal): -16349674 or 1476102. OLE color: 1476102.
HSL color Cylindrical-coordinate representation of color #068616: hue angle of 127.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068616 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 22 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.47 |
| HSL | 127.5º | 0.91% | 0.27% | - |
| HSV(B) | 127.5º | 0.96% | 0.53% | - |
| XYZ | 8.75 | 17.15 | 3.61 | - |
| YUV | 82.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 22 | 0.96 | 0 | 0.84 | 0.47 | 127.5 | 0.91 | 0.27 |
| Hex | 6 | 86 | 16 | 60 | 0 | 54 | 2F | 80 | 5B | 1B |
| Octal | 6 | 206 | 26 | 140 | 0 | 124 | 57 | 200 | 133 | 33 |
| Binary | 110 | 10000110 | 10110 | 1100000 | 0 | 1010100 | 101111 | 10000000 | 1011011 | 11011 |
Color Harmonies of #068616
Complementary color
Monochromatic Colors of #068616
Black with #068616
Text Example
Text Example
White with #068616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068616; }
p { color: rgb(6,134,22); }
H1.HeaderClassName
{
color: #068616;
}
.AnyTagClassName
{
color: #068616;
}
</style>
background-color css
<style>
a { background-color: #068616; }
a { background-color: rgb(6,134,22); }
div.DivClassName
{
background-color: #068616;
}
.BgClassName
{
background-color: #068616;
}
</style>
border-color css
<style>
span { border-color: #068616; }
span { border-color: rgb(6,134,22); }
td.TdClassName
{
border-color: #068616;
}
.TagClassName
{
border-color: #068616;
}
</style>