Shades of Green #068816
Tints of Green #068816
RGB
CMYK
RGB Variations
Color information
#068816 (or 0x068816) is known color: Green. HEX triplet: 06, 88 and 16. RGB value is (6,136,22). Sum of RGB (Red+Green+Blue) = 6+136+22=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 136 (53.52% from 255 or 82.93% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 136 - color contains mainly: green. Hex color #068816 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068816 is #F977E9. Grayscale: #545454. Windows color (decimal): -16349162 or 1476614. OLE color: 1476614.
HSL color Cylindrical-coordinate representation of color #068816: hue angle of 127.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068816 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 22 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.47 |
| HSL | 127.38º | 0.92% | 0.28% | - |
| HSV(B) | 127.38º | 0.96% | 0.53% | - |
| XYZ | 9.02 | 17.7 | 3.7 | - |
| YUV | 84.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 22 | 0.96 | 0 | 0.84 | 0.47 | 127.38 | 0.92 | 0.28 |
| Hex | 6 | 88 | 16 | 60 | 0 | 54 | 2F | 7F | 5C | 1C |
| Octal | 6 | 210 | 26 | 140 | 0 | 124 | 57 | 177 | 134 | 34 |
| Binary | 110 | 10001000 | 10110 | 1100000 | 0 | 1010100 | 101111 | 1111111 | 1011100 | 11100 |
Color Harmonies of #068816
Complementary color
Monochromatic Colors of #068816
Black with #068816
Text Example
Text Example
White with #068816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068816; }
p { color: rgb(6,136,22); }
H1.HeaderClassName
{
color: #068816;
}
.AnyTagClassName
{
color: #068816;
}
</style>
background-color css
<style>
a { background-color: #068816; }
a { background-color: rgb(6,136,22); }
div.DivClassName
{
background-color: #068816;
}
.BgClassName
{
background-color: #068816;
}
</style>
border-color css
<style>
span { border-color: #068816; }
span { border-color: rgb(6,136,22); }
td.TdClassName
{
border-color: #068816;
}
.TagClassName
{
border-color: #068816;
}
</style>