Shades of Green #006005
Tints of Green #006005
RGB
CMYK
RGB Variations
Color information
#006005 (or 0x006005) is known color: Green. HEX triplet: 00, 60 and 05. RGB value is (0,96,5). Sum of RGB (Red+Green+Blue) = 0+96+5=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 96 (37.89% from 255 or 95.05% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 96 - color contains mainly: green. Hex color #006005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006005 is #FF9FFA. Grayscale: #393939. Windows color (decimal): -16752635 or 352256. OLE color: 352256.
HSL color Cylindrical-coordinate representation of color #006005: hue angle of 123.12º 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 #006005 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 5 | - |
| CMYK | 1 | 0 | 0.95 | 0.62 |
| HSL | 123.13º | 1% | 0.19% | - |
| HSV(B) | 123.13º | 1% | 0.38% | - |
| XYZ | 4.21 | 8.38 | 1.54 | - |
| YUV | 56.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 5 | 1 | 0 | 0.95 | 0.62 | 123.13 | 1 | 0.19 |
| Hex | 0 | 60 | 5 | 64 | 0 | 5F | 3E | 7B | 64 | 13 |
| Octal | 0 | 140 | 5 | 144 | 0 | 137 | 76 | 173 | 144 | 23 |
| Binary | 0 | 1100000 | 101 | 1100100 | 0 | 1011111 | 111110 | 1111011 | 1100100 | 10011 |
Color Harmonies of #006005
Complementary color
Monochromatic Colors of #006005
Black with #006005
Text Example
Text Example
White with #006005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006005; }
p { color: rgb(0,96,5); }
H1.HeaderClassName
{
color: #006005;
}
.AnyTagClassName
{
color: #006005;
}
</style>
background-color css
<style>
a { background-color: #006005; }
a { background-color: rgb(0,96,5); }
div.DivClassName
{
background-color: #006005;
}
.BgClassName
{
background-color: #006005;
}
</style>
border-color css
<style>
span { border-color: #006005; }
span { border-color: rgb(0,96,5); }
td.TdClassName
{
border-color: #006005;
}
.TagClassName
{
border-color: #006005;
}
</style>