Shades of Green #068812
Tints of Green #068812
RGB
CMYK
RGB Variations
Color information
#068812 (or 0x068812) is known color: Green. HEX triplet: 06, 88 and 12. RGB value is (6,136,18). Sum of RGB (Red+Green+Blue) = 6+136+18=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 136 (53.52% from 255 or 85% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 136 - color contains mainly: green. Hex color #068812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068812 is #F977ED. Grayscale: #545454. Windows color (decimal): -16349166 or 1214470. OLE color: 1214470.
HSL color Cylindrical-coordinate representation of color #068812: hue angle of 125.54º 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 #068812 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 18 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.47 |
| HSL | 125.54º | 0.92% | 0.28% | - |
| HSV(B) | 125.54º | 0.96% | 0.53% | - |
| XYZ | 8.99 | 17.69 | 3.51 | - |
| YUV | 83.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 18 | 0.96 | 0 | 0.87 | 0.47 | 125.54 | 0.92 | 0.28 |
| Hex | 6 | 88 | 12 | 60 | 0 | 57 | 2F | 7E | 5C | 1C |
| Octal | 6 | 210 | 22 | 140 | 0 | 127 | 57 | 176 | 134 | 34 |
| Binary | 110 | 10001000 | 10010 | 1100000 | 0 | 1010111 | 101111 | 1111110 | 1011100 | 11100 |
Color Harmonies of #068812
Complementary color
Monochromatic Colors of #068812
Black with #068812
Text Example
Text Example
White with #068812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068812; }
p { color: rgb(6,136,18); }
H1.HeaderClassName
{
color: #068812;
}
.AnyTagClassName
{
color: #068812;
}
</style>
background-color css
<style>
a { background-color: #068812; }
a { background-color: rgb(6,136,18); }
div.DivClassName
{
background-color: #068812;
}
.BgClassName
{
background-color: #068812;
}
</style>
border-color css
<style>
span { border-color: #068812; }
span { border-color: rgb(6,136,18); }
td.TdClassName
{
border-color: #068812;
}
.TagClassName
{
border-color: #068812;
}
</style>