Shades of Green #068716
Tints of Green #068716
RGB
CMYK
RGB Variations
Color information
#068716 (or 0x068716) is known color: Green. HEX triplet: 06, 87 and 16. RGB value is (6,135,22). Sum of RGB (Red+Green+Blue) = 6+135+22=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #068716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068716 is #F978E9. Grayscale: #535353. Windows color (decimal): -16349418 or 1476358. OLE color: 1476358.
HSL color Cylindrical-coordinate representation of color #068716: hue angle of 127.44º degrees, saturation: 0.91, 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 #068716 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 22 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.47 |
| HSL | 127.44º | 0.91% | 0.28% | - |
| HSV(B) | 127.44º | 0.96% | 0.53% | - |
| XYZ | 8.88 | 17.42 | 3.65 | - |
| YUV | 83.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 22 | 0.96 | 0 | 0.84 | 0.47 | 127.44 | 0.91 | 0.28 |
| Hex | 6 | 87 | 16 | 60 | 0 | 54 | 2F | 7F | 5B | 1C |
| Octal | 6 | 207 | 26 | 140 | 0 | 124 | 57 | 177 | 133 | 34 |
| Binary | 110 | 10000111 | 10110 | 1100000 | 0 | 1010100 | 101111 | 1111111 | 1011011 | 11100 |
Color Harmonies of #068716
Complementary color
Monochromatic Colors of #068716
Black with #068716
Text Example
Text Example
White with #068716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068716; }
p { color: rgb(6,135,22); }
H1.HeaderClassName
{
color: #068716;
}
.AnyTagClassName
{
color: #068716;
}
</style>
background-color css
<style>
a { background-color: #068716; }
a { background-color: rgb(6,135,22); }
div.DivClassName
{
background-color: #068716;
}
.BgClassName
{
background-color: #068716;
}
</style>
border-color css
<style>
span { border-color: #068716; }
span { border-color: rgb(6,135,22); }
td.TdClassName
{
border-color: #068716;
}
.TagClassName
{
border-color: #068716;
}
</style>