Shades of Green #068700
Tints of Green #068700
RGB
CMYK
RGB Variations
Color information
#068700 (or 0x068700) is known color: Green. HEX triplet: 06, 87 and 00. RGB value is (6,135,0). Sum of RGB (Red+Green+Blue) = 6+135+0=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 135 (53.12% from 255 or 95.74% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 135 - color contains mainly: green. Hex color #068700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068700 is #F978FF. Grayscale: #515151. Windows color (decimal): -16349440 or 34566. OLE color: 34566.
HSL color Cylindrical-coordinate representation of color #068700: hue angle of 117.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #068700 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.47 |
| HSL | 117.33º | 1% | 0.26% | - |
| HSV(B) | 117.33º | 1% | 0.53% | - |
| XYZ | 8.74 | 17.37 | 2.89 | - |
| YUV | 81.04 | 82.26 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 0 | 0.96 | 0 | 1 | 0.47 | 117.33 | 1 | 0.26 |
| Hex | 6 | 87 | 0 | 60 | 0 | 64 | 2F | 75 | 64 | 1A |
| Octal | 6 | 207 | 0 | 140 | 0 | 144 | 57 | 165 | 144 | 32 |
| Binary | 110 | 10000111 | 0 | 1100000 | 0 | 1100100 | 101111 | 1110101 | 1100100 | 11010 |
Color Harmonies of #068700
Complementary color
Monochromatic Colors of #068700
Black with #068700
Text Example
Text Example
White with #068700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068700; }
p { color: rgb(6,135,0); }
H1.HeaderClassName
{
color: #068700;
}
.AnyTagClassName
{
color: #068700;
}
</style>
background-color css
<style>
a { background-color: #068700; }
a { background-color: rgb(6,135,0); }
div.DivClassName
{
background-color: #068700;
}
.BgClassName
{
background-color: #068700;
}
</style>
border-color css
<style>
span { border-color: #068700; }
span { border-color: rgb(6,135,0); }
td.TdClassName
{
border-color: #068700;
}
.TagClassName
{
border-color: #068700;
}
</style>