Shades of Green #005807
Tints of Green #005807
RGB
CMYK
RGB Variations
Color information
#005807 (or 0x005807) is known color: Green. HEX triplet: 00, 58 and 07. RGB value is (0,88,7). Sum of RGB (Red+Green+Blue) = 0+88+7=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 88 (34.77% from 255 or 92.63% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 88 - color contains mainly: green. Hex color #005807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005807 is #FFA7F8. Grayscale: #343434. Windows color (decimal): -16754681 or 481280. OLE color: 481280.
HSL color Cylindrical-coordinate representation of color #005807: hue angle of 124.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005807 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 7 | - |
| CMYK | 1 | 0 | 0.92 | 0.65 |
| HSL | 124.77º | 1% | 0.17% | - |
| HSV(B) | 124.77º | 1% | 0.35% | - |
| XYZ | 3.53 | 6.99 | 1.37 | - |
| YUV | 52.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 7 | 1 | 0 | 0.92 | 0.65 | 124.77 | 1 | 0.17 |
| Hex | 0 | 58 | 7 | 64 | 0 | 5C | 41 | 7D | 64 | 11 |
| Octal | 0 | 130 | 7 | 144 | 0 | 134 | 101 | 175 | 144 | 21 |
| Binary | 0 | 1011000 | 111 | 1100100 | 0 | 1011100 | 1000001 | 1111101 | 1100100 | 10001 |
Color Harmonies of #005807
Complementary color
Monochromatic Colors of #005807
Black with #005807
Text Example
Text Example
White with #005807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005807; }
p { color: rgb(0,88,7); }
H1.HeaderClassName
{
color: #005807;
}
.AnyTagClassName
{
color: #005807;
}
</style>
background-color css
<style>
a { background-color: #005807; }
a { background-color: rgb(0,88,7); }
div.DivClassName
{
background-color: #005807;
}
.BgClassName
{
background-color: #005807;
}
</style>
border-color css
<style>
span { border-color: #005807; }
span { border-color: rgb(0,88,7); }
td.TdClassName
{
border-color: #005807;
}
.TagClassName
{
border-color: #005807;
}
</style>