Shades of Green #068500
Tints of Green #068500
RGB
CMYK
RGB Variations
Color information
#068500 (or 0x068500) is known color: Green. HEX triplet: 06, 85 and 00. RGB value is (6,133,0). Sum of RGB (Red+Green+Blue) = 6+133+0=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 133 (52.34% from 255 or 95.68% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 133 - color contains mainly: green. Hex color #068500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068500 is #F97AFF. Grayscale: #505050. Windows color (decimal): -16349952 or 34054. OLE color: 34054.
HSL color Cylindrical-coordinate representation of color #068500: hue angle of 117.29º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #068500 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 133 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.48 |
| HSL | 117.29º | 1% | 0.26% | - |
| HSV(B) | 117.29º | 1% | 0.52% | - |
| XYZ | 8.46 | 16.81 | 2.8 | - |
| YUV | 79.87 | 82.92 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 0 | 0.95 | 0 | 1 | 0.48 | 117.29 | 1 | 0.26 |
| Hex | 6 | 85 | 0 | 5F | 0 | 64 | 30 | 75 | 64 | 1A |
| Octal | 6 | 205 | 0 | 137 | 0 | 144 | 60 | 165 | 144 | 32 |
| Binary | 110 | 10000101 | 0 | 1011111 | 0 | 1100100 | 110000 | 1110101 | 1100100 | 11010 |
Color Harmonies of #068500
Complementary color
Monochromatic Colors of #068500
Black with #068500
Text Example
Text Example
White with #068500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068500; }
p { color: rgb(6,133,0); }
H1.HeaderClassName
{
color: #068500;
}
.AnyTagClassName
{
color: #068500;
}
</style>
background-color css
<style>
a { background-color: #068500; }
a { background-color: rgb(6,133,0); }
div.DivClassName
{
background-color: #068500;
}
.BgClassName
{
background-color: #068500;
}
</style>
border-color css
<style>
span { border-color: #068500; }
span { border-color: rgb(6,133,0); }
td.TdClassName
{
border-color: #068500;
}
.TagClassName
{
border-color: #068500;
}
</style>