Shades of Green #075908
Tints of Green #075908
RGB
CMYK
RGB Variations
Color information
#075908 (or 0x075908) is known color: Green. HEX triplet: 07, 59 and 08. RGB value is (7,89,8). Sum of RGB (Red+Green+Blue) = 7+89+8=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 89 (35.16% from 255 or 85.58% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 89 - color contains mainly: green. Hex color #075908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075908 is #F8A6F7. Grayscale: #373737. Windows color (decimal): -16295672 or 547079. OLE color: 547079.
HSL color Cylindrical-coordinate representation of color #075908: hue angle of 120.73º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075908 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 8 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.65 |
| HSL | 120.73º | 0.85% | 0.19% | - |
| HSV(B) | 120.73º | 0.92% | 0.35% | - |
| XYZ | 3.7 | 7.21 | 1.43 | - |
| YUV | 55.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 8 | 0.92 | 0 | 0.91 | 0.65 | 120.73 | 0.85 | 0.19 |
| Hex | 7 | 59 | 8 | 5C | 0 | 5B | 41 | 79 | 55 | 13 |
| Octal | 7 | 131 | 10 | 134 | 0 | 133 | 101 | 171 | 125 | 23 |
| Binary | 111 | 1011001 | 1000 | 1011100 | 0 | 1011011 | 1000001 | 1111001 | 1010101 | 10011 |
Color Harmonies of #075908
Complementary color
Monochromatic Colors of #075908
Black with #075908
Text Example
Text Example
White with #075908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075908; }
p { color: rgb(7,89,8); }
H1.HeaderClassName
{
color: #075908;
}
.AnyTagClassName
{
color: #075908;
}
</style>
background-color css
<style>
a { background-color: #075908; }
a { background-color: rgb(7,89,8); }
div.DivClassName
{
background-color: #075908;
}
.BgClassName
{
background-color: #075908;
}
</style>
border-color css
<style>
span { border-color: #075908; }
span { border-color: rgb(7,89,8); }
td.TdClassName
{
border-color: #075908;
}
.TagClassName
{
border-color: #075908;
}
</style>