Shades of Green #068602
Tints of Green #068602
RGB
CMYK
RGB Variations
Color information
#068602 (or 0x068602) is known color: Green. HEX triplet: 06, 86 and 02. RGB value is (6,134,2). Sum of RGB (Red+Green+Blue) = 6+134+2=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 134 (52.73% from 255 or 94.37% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 134 - color contains mainly: green. Hex color #068602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068602 is #F979FD. Grayscale: #515151. Windows color (decimal): -16349694 or 165382. OLE color: 165382.
HSL color Cylindrical-coordinate representation of color #068602: hue angle of 118.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #068602 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.47 |
| HSL | 118.18º | 0.97% | 0.27% | - |
| HSV(B) | 118.18º | 0.99% | 0.53% | - |
| XYZ | 8.61 | 17.09 | 2.9 | - |
| YUV | 80.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 2 | 0.96 | 0 | 0.99 | 0.47 | 118.18 | 0.97 | 0.27 |
| Hex | 6 | 86 | 2 | 60 | 0 | 63 | 2F | 76 | 61 | 1B |
| Octal | 6 | 206 | 2 | 140 | 0 | 143 | 57 | 166 | 141 | 33 |
| Binary | 110 | 10000110 | 10 | 1100000 | 0 | 1100011 | 101111 | 1110110 | 1100001 | 11011 |
Color Harmonies of #068602
Complementary color
Monochromatic Colors of #068602
Black with #068602
Text Example
Text Example
White with #068602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068602; }
p { color: rgb(6,134,2); }
H1.HeaderClassName
{
color: #068602;
}
.AnyTagClassName
{
color: #068602;
}
</style>
background-color css
<style>
a { background-color: #068602; }
a { background-color: rgb(6,134,2); }
div.DivClassName
{
background-color: #068602;
}
.BgClassName
{
background-color: #068602;
}
</style>
border-color css
<style>
span { border-color: #068602; }
span { border-color: rgb(6,134,2); }
td.TdClassName
{
border-color: #068602;
}
.TagClassName
{
border-color: #068602;
}
</style>