Shades of Green #006001
Tints of Green #006001
RGB
CMYK
RGB Variations
Color information
#006001 (or 0x006001) is known color: Green. HEX triplet: 00, 60 and 01. RGB value is (0,96,1). Sum of RGB (Red+Green+Blue) = 0+96+1=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 96 (37.89% from 255 or 98.97% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 96 - color contains mainly: green. Hex color #006001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006001 is #FF9FFE. Grayscale: #383838. Windows color (decimal): -16752639 or 90112. OLE color: 90112.
HSL color Cylindrical-coordinate representation of color #006001: hue angle of 120.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006001 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.62 |
| HSL | 120.63º | 1% | 0.19% | - |
| HSV(B) | 120.63º | 1% | 0.38% | - |
| XYZ | 4.19 | 8.37 | 1.42 | - |
| YUV | 56.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 1 | 1 | 0 | 0.99 | 0.62 | 120.63 | 1 | 0.19 |
| Hex | 0 | 60 | 1 | 64 | 0 | 63 | 3E | 79 | 64 | 13 |
| Octal | 0 | 140 | 1 | 144 | 0 | 143 | 76 | 171 | 144 | 23 |
| Binary | 0 | 1100000 | 1 | 1100100 | 0 | 1100011 | 111110 | 1111001 | 1100100 | 10011 |
Color Harmonies of #006001
Complementary color
Monochromatic Colors of #006001
Black with #006001
Text Example
Text Example
White with #006001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006001; }
p { color: rgb(0,96,1); }
H1.HeaderClassName
{
color: #006001;
}
.AnyTagClassName
{
color: #006001;
}
</style>
background-color css
<style>
a { background-color: #006001; }
a { background-color: rgb(0,96,1); }
div.DivClassName
{
background-color: #006001;
}
.BgClassName
{
background-color: #006001;
}
</style>
border-color css
<style>
span { border-color: #006001; }
span { border-color: rgb(0,96,1); }
td.TdClassName
{
border-color: #006001;
}
.TagClassName
{
border-color: #006001;
}
</style>