Shades of Green #068100
Tints of Green #068100
RGB
CMYK
RGB Variations
Color information
#068100 (or 0x068100) is known color: Green. HEX triplet: 06, 81 and 00. RGB value is (6,129,0). Sum of RGB (Red+Green+Blue) = 6+129+0=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 129 (50.78% from 255 or 95.56% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 129 - color contains mainly: green. Hex color #068100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068100 is #F97EFF. Grayscale: #4D4D4D. Windows color (decimal): -16350976 or 33030. OLE color: 33030.
HSL color Cylindrical-coordinate representation of color #068100: hue angle of 117.21º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #068100 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.49 |
| HSL | 117.21º | 1% | 0.25% | - |
| HSV(B) | 117.21º | 1% | 0.51% | - |
| XYZ | 7.93 | 15.74 | 2.62 | - |
| YUV | 77.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 0 | 0.95 | 0 | 1 | 0.49 | 117.21 | 1 | 0.25 |
| Hex | 6 | 81 | 0 | 5F | 0 | 64 | 31 | 75 | 64 | 19 |
| Octal | 6 | 201 | 0 | 137 | 0 | 144 | 61 | 165 | 144 | 31 |
| Binary | 110 | 10000001 | 0 | 1011111 | 0 | 1100100 | 110001 | 1110101 | 1100100 | 11001 |
Color Harmonies of #068100
Complementary color
Monochromatic Colors of #068100
Black with #068100
Text Example
Text Example
White with #068100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068100; }
p { color: rgb(6,129,0); }
H1.HeaderClassName
{
color: #068100;
}
.AnyTagClassName
{
color: #068100;
}
</style>
background-color css
<style>
a { background-color: #068100; }
a { background-color: rgb(6,129,0); }
div.DivClassName
{
background-color: #068100;
}
.BgClassName
{
background-color: #068100;
}
</style>
border-color css
<style>
span { border-color: #068100; }
span { border-color: rgb(6,129,0); }
td.TdClassName
{
border-color: #068100;
}
.TagClassName
{
border-color: #068100;
}
</style>