Shades of Green #075803
Tints of Green #075803
RGB
CMYK
RGB Variations
Color information
#075803 (or 0x075803) is known color: Green. HEX triplet: 07, 58 and 03. RGB value is (7,88,3). Sum of RGB (Red+Green+Blue) = 7+88+3=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 88 (34.77% from 255 or 89.80% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 88 - color contains mainly: green. Hex color #075803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075803 is #F8A7FC. Grayscale: #363636. Windows color (decimal): -16295933 or 219143. OLE color: 219143.
HSL color Cylindrical-coordinate representation of color #075803: hue angle of 117.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075803 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.65 |
| HSL | 117.18º | 0.93% | 0.18% | - |
| HSV(B) | 117.18º | 0.97% | 0.35% | - |
| XYZ | 3.59 | 7.03 | 1.25 | - |
| YUV | 54.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 3 | 0.92 | 0 | 0.97 | 0.65 | 117.18 | 0.93 | 0.18 |
| Hex | 7 | 58 | 3 | 5C | 0 | 61 | 41 | 75 | 5D | 12 |
| Octal | 7 | 130 | 3 | 134 | 0 | 141 | 101 | 165 | 135 | 22 |
| Binary | 111 | 1011000 | 11 | 1011100 | 0 | 1100001 | 1000001 | 1110101 | 1011101 | 10010 |
Color Harmonies of #075803
Complementary color
Monochromatic Colors of #075803
Black with #075803
Text Example
Text Example
White with #075803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075803; }
p { color: rgb(7,88,3); }
H1.HeaderClassName
{
color: #075803;
}
.AnyTagClassName
{
color: #075803;
}
</style>
background-color css
<style>
a { background-color: #075803; }
a { background-color: rgb(7,88,3); }
div.DivClassName
{
background-color: #075803;
}
.BgClassName
{
background-color: #075803;
}
</style>
border-color css
<style>
span { border-color: #075803; }
span { border-color: rgb(7,88,3); }
td.TdClassName
{
border-color: #075803;
}
.TagClassName
{
border-color: #075803;
}
</style>