Shades of Green #068800
Tints of Green #068800
RGB
CMYK
RGB Variations
Color information
#068800 (or 0x068800) is known color: Green. HEX triplet: 06, 88 and 00. RGB value is (6,136,0). Sum of RGB (Red+Green+Blue) = 6+136+0=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 136 (53.52% from 255 or 95.77% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 136 - color contains mainly: green. Hex color #068800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068800 is #F977FF. Grayscale: #525252. Windows color (decimal): -16349184 or 34822. OLE color: 34822.
HSL color Cylindrical-coordinate representation of color #068800: hue angle of 117.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #068800 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.47 |
| HSL | 117.35º | 1% | 0.27% | - |
| HSV(B) | 117.35º | 1% | 0.53% | - |
| XYZ | 8.88 | 17.65 | 2.94 | - |
| YUV | 81.63 | 81.93 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 0 | 0.96 | 0 | 1 | 0.47 | 117.35 | 1 | 0.27 |
| Hex | 6 | 88 | 0 | 60 | 0 | 64 | 2F | 75 | 64 | 1B |
| Octal | 6 | 210 | 0 | 140 | 0 | 144 | 57 | 165 | 144 | 33 |
| Binary | 110 | 10001000 | 0 | 1100000 | 0 | 1100100 | 101111 | 1110101 | 1100100 | 11011 |
Color Harmonies of #068800
Complementary color
Monochromatic Colors of #068800
Black with #068800
Text Example
Text Example
White with #068800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068800; }
p { color: rgb(6,136,0); }
H1.HeaderClassName
{
color: #068800;
}
.AnyTagClassName
{
color: #068800;
}
</style>
background-color css
<style>
a { background-color: #068800; }
a { background-color: rgb(6,136,0); }
div.DivClassName
{
background-color: #068800;
}
.BgClassName
{
background-color: #068800;
}
</style>
border-color css
<style>
span { border-color: #068800; }
span { border-color: rgb(6,136,0); }
td.TdClassName
{
border-color: #068800;
}
.TagClassName
{
border-color: #068800;
}
</style>