Shades of Green #075902
Tints of Green #075902
RGB
CMYK
RGB Variations
Color information
#075902 (or 0x075902) is known color: Green. HEX triplet: 07, 59 and 02. RGB value is (7,89,2). Sum of RGB (Red+Green+Blue) = 7+89+2=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 89 (35.16% from 255 or 90.82% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 89 - color contains mainly: green. Hex color #075902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075902 is #F8A6FD. Grayscale: #363636. Windows color (decimal): -16295678 or 153863. OLE color: 153863.
HSL color Cylindrical-coordinate representation of color #075902: hue angle of 116.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075902 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.65 |
| HSL | 116.55º | 0.96% | 0.18% | - |
| HSV(B) | 116.55º | 0.98% | 0.35% | - |
| XYZ | 3.67 | 7.19 | 1.25 | - |
| YUV | 54.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 2 | 0.92 | 0 | 0.98 | 0.65 | 116.55 | 0.96 | 0.18 |
| Hex | 7 | 59 | 2 | 5C | 0 | 62 | 41 | 75 | 60 | 12 |
| Octal | 7 | 131 | 2 | 134 | 0 | 142 | 101 | 165 | 140 | 22 |
| Binary | 111 | 1011001 | 10 | 1011100 | 0 | 1100010 | 1000001 | 1110101 | 1100000 | 10010 |
Color Harmonies of #075902
Complementary color
Monochromatic Colors of #075902
Black with #075902
Text Example
Text Example
White with #075902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075902; }
p { color: rgb(7,89,2); }
H1.HeaderClassName
{
color: #075902;
}
.AnyTagClassName
{
color: #075902;
}
</style>
background-color css
<style>
a { background-color: #075902; }
a { background-color: rgb(7,89,2); }
div.DivClassName
{
background-color: #075902;
}
.BgClassName
{
background-color: #075902;
}
</style>
border-color css
<style>
span { border-color: #075902; }
span { border-color: rgb(7,89,2); }
td.TdClassName
{
border-color: #075902;
}
.TagClassName
{
border-color: #075902;
}
</style>