Shades of Green #005F06
Tints of Green #005F06
RGB
CMYK
RGB Variations
Color information
#005F06 (or 0x005F06) is known color: Green. HEX triplet: 00, 5F and 06. RGB value is (0,95,6). Sum of RGB (Red+Green+Blue) = 0+95+6=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 95 (37.5% from 255 or 94.06% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 95 - color contains mainly: green. Hex color #005F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F06 is #FFA0F9. Grayscale: #383838. Windows color (decimal): -16752890 or 417536. OLE color: 417536.
HSL color Cylindrical-coordinate representation of color #005F06: hue angle of 123.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F06 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 95 | 6 | - |
| CMYK | 1 | 0 | 0.94 | 0.63 |
| HSL | 123.79º | 1% | 0.19% | - |
| HSV(B) | 123.79º | 1% | 0.37% | - |
| XYZ | 4.13 | 8.2 | 1.54 | - |
| YUV | 56.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 6 | 1 | 0 | 0.94 | 0.63 | 123.79 | 1 | 0.19 |
| Hex | 0 | 5F | 6 | 64 | 0 | 5E | 3F | 7C | 64 | 13 |
| Octal | 0 | 137 | 6 | 144 | 0 | 136 | 77 | 174 | 144 | 23 |
| Binary | 0 | 1011111 | 110 | 1100100 | 0 | 1011110 | 111111 | 1111100 | 1100100 | 10011 |
Color Harmonies of #005F06
Complementary color
Monochromatic Colors of #005F06
Black with #005F06
Text Example
Text Example
White with #005F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F06; }
p { color: rgb(0,95,6); }
H1.HeaderClassName
{
color: #005F06;
}
.AnyTagClassName
{
color: #005F06;
}
</style>
background-color css
<style>
a { background-color: #005F06; }
a { background-color: rgb(0,95,6); }
div.DivClassName
{
background-color: #005F06;
}
.BgClassName
{
background-color: #005F06;
}
</style>
border-color css
<style>
span { border-color: #005F06; }
span { border-color: rgb(0,95,6); }
td.TdClassName
{
border-color: #005F06;
}
.TagClassName
{
border-color: #005F06;
}
</style>