Shades of Green #068918
Tints of Green #068918
RGB
CMYK
RGB Variations
Color information
#068918 (or 0x068918) is known color: Green. HEX triplet: 06, 89 and 18. RGB value is (6,137,24). Sum of RGB (Red+Green+Blue) = 6+137+24=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #068918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068918 is #F976E7. Grayscale: #555555. Windows color (decimal): -16348904 or 1607942. OLE color: 1607942.
HSL color Cylindrical-coordinate representation of color #068918: hue angle of 128.24º 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 #068918 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 24 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.46 |
| HSL | 128.24º | 0.92% | 0.28% | - |
| HSV(B) | 128.24º | 0.96% | 0.54% | - |
| XYZ | 9.19 | 18 | 3.85 | - |
| YUV | 84.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 24 | 0.96 | 0 | 0.82 | 0.46 | 128.24 | 0.92 | 0.28 |
| Hex | 6 | 89 | 18 | 60 | 0 | 52 | 2E | 80 | 5C | 1C |
| Octal | 6 | 211 | 30 | 140 | 0 | 122 | 56 | 200 | 134 | 34 |
| Binary | 110 | 10001001 | 11000 | 1100000 | 0 | 1010010 | 101110 | 10000000 | 1011100 | 11100 |
Color Harmonies of #068918
Complementary color
Monochromatic Colors of #068918
Black with #068918
Text Example
Text Example
White with #068918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068918; }
p { color: rgb(6,137,24); }
H1.HeaderClassName
{
color: #068918;
}
.AnyTagClassName
{
color: #068918;
}
</style>
background-color css
<style>
a { background-color: #068918; }
a { background-color: rgb(6,137,24); }
div.DivClassName
{
background-color: #068918;
}
.BgClassName
{
background-color: #068918;
}
</style>
border-color css
<style>
span { border-color: #068918; }
span { border-color: rgb(6,137,24); }
td.TdClassName
{
border-color: #068918;
}
.TagClassName
{
border-color: #068918;
}
</style>