Shades of Green #005F07
Tints of Green #005F07
RGB
CMYK
RGB Variations
Color information
#005F07 (or 0x005F07) is known color: Green. HEX triplet: 00, 5F and 07. RGB value is (0,95,7). Sum of RGB (Red+Green+Blue) = 0+95+7=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 95 (37.5% from 255 or 93.14% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 95 - color contains mainly: green. Hex color #005F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F07 is #FFA0F8. Grayscale: #383838. Windows color (decimal): -16752889 or 483072. OLE color: 483072.
HSL color Cylindrical-coordinate representation of color #005F07: hue angle of 124.42º 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 #005F07 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 95 | 7 | - |
| CMYK | 1 | 0 | 0.93 | 0.63 |
| HSL | 124.42º | 1% | 0.19% | - |
| HSV(B) | 124.42º | 1% | 0.37% | - |
| XYZ | 4.13 | 8.2 | 1.57 | - |
| YUV | 56.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 7 | 1 | 0 | 0.93 | 0.63 | 124.42 | 1 | 0.19 |
| Hex | 0 | 5F | 7 | 64 | 0 | 5D | 3F | 7C | 64 | 13 |
| Octal | 0 | 137 | 7 | 144 | 0 | 135 | 77 | 174 | 144 | 23 |
| Binary | 0 | 1011111 | 111 | 1100100 | 0 | 1011101 | 111111 | 1111100 | 1100100 | 10011 |
Color Harmonies of #005F07
Complementary color
Monochromatic Colors of #005F07
Black with #005F07
Text Example
Text Example
White with #005F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F07; }
p { color: rgb(0,95,7); }
H1.HeaderClassName
{
color: #005F07;
}
.AnyTagClassName
{
color: #005F07;
}
</style>
background-color css
<style>
a { background-color: #005F07; }
a { background-color: rgb(0,95,7); }
div.DivClassName
{
background-color: #005F07;
}
.BgClassName
{
background-color: #005F07;
}
</style>
border-color css
<style>
span { border-color: #005F07; }
span { border-color: rgb(0,95,7); }
td.TdClassName
{
border-color: #005F07;
}
.TagClassName
{
border-color: #005F07;
}
</style>