Shades of Green #068A16
Tints of Green #068A16
RGB
CMYK
RGB Variations
Color information
#068A16 (or 0x068A16) is known color: Green. HEX triplet: 06, 8A and 16. RGB value is (6,138,22). Sum of RGB (Red+Green+Blue) = 6+138+22=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #068A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068A16 is #F975E9. Grayscale: #555555. Windows color (decimal): -16348650 or 1477126. OLE color: 1477126.
HSL color Cylindrical-coordinate representation of color #068A16: hue angle of 127.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A16 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 22 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.46 |
| HSL | 127.27º | 0.92% | 0.28% | - |
| HSV(B) | 127.27º | 0.96% | 0.54% | - |
| XYZ | 9.31 | 18.27 | 3.8 | - |
| YUV | 85.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 22 | 0.96 | 0 | 0.84 | 0.46 | 127.27 | 0.92 | 0.28 |
| Hex | 6 | 8A | 16 | 60 | 0 | 54 | 2E | 7F | 5C | 1C |
| Octal | 6 | 212 | 26 | 140 | 0 | 124 | 56 | 177 | 134 | 34 |
| Binary | 110 | 10001010 | 10110 | 1100000 | 0 | 1010100 | 101110 | 1111111 | 1011100 | 11100 |
Color Harmonies of #068A16
Complementary color
Monochromatic Colors of #068A16
Black with #068A16
Text Example
Text Example
White with #068A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A16; }
p { color: rgb(6,138,22); }
H1.HeaderClassName
{
color: #068A16;
}
.AnyTagClassName
{
color: #068A16;
}
</style>
background-color css
<style>
a { background-color: #068A16; }
a { background-color: rgb(6,138,22); }
div.DivClassName
{
background-color: #068A16;
}
.BgClassName
{
background-color: #068A16;
}
</style>
border-color css
<style>
span { border-color: #068A16; }
span { border-color: rgb(6,138,22); }
td.TdClassName
{
border-color: #068A16;
}
.TagClassName
{
border-color: #068A16;
}
</style>