Shades of Green #075800
Tints of Green #075800
RGB
CMYK
RGB Variations
Color information
#075800 (or 0x075800) is known color: Green. HEX triplet: 07, 58 and 00. RGB value is (7,88,0). Sum of RGB (Red+Green+Blue) = 7+88+0=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 88 (34.77% from 255 or 92.63% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 88 - color contains mainly: green. Hex color #075800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075800 is #F8A7FF. Grayscale: #363636. Windows color (decimal): -16295936 or 22535. OLE color: 22535.
HSL color Cylindrical-coordinate representation of color #075800: hue angle of 115.23º 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 #075800 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.65 |
| HSL | 115.23º | 1% | 0.17% | - |
| HSV(B) | 115.23º | 1% | 0.35% | - |
| XYZ | 3.58 | 7.02 | 1.17 | - |
| YUV | 53.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 0 | 0.92 | 0 | 1 | 0.65 | 115.23 | 1 | 0.17 |
| Hex | 7 | 58 | 0 | 5C | 0 | 64 | 41 | 73 | 64 | 11 |
| Octal | 7 | 130 | 0 | 134 | 0 | 144 | 101 | 163 | 144 | 21 |
| Binary | 111 | 1011000 | 0 | 1011100 | 0 | 1100100 | 1000001 | 1110011 | 1100100 | 10001 |
Color Harmonies of #075800
Complementary color
Monochromatic Colors of #075800
Black with #075800
Text Example
Text Example
White with #075800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075800; }
p { color: rgb(7,88,0); }
H1.HeaderClassName
{
color: #075800;
}
.AnyTagClassName
{
color: #075800;
}
</style>
background-color css
<style>
a { background-color: #075800; }
a { background-color: rgb(7,88,0); }
div.DivClassName
{
background-color: #075800;
}
.BgClassName
{
background-color: #075800;
}
</style>
border-color css
<style>
span { border-color: #075800; }
span { border-color: rgb(7,88,0); }
td.TdClassName
{
border-color: #075800;
}
.TagClassName
{
border-color: #075800;
}
</style>