Shades of Green #075D03
Tints of Green #075D03
RGB
CMYK
RGB Variations
Color information
#075D03 (or 0x075D03) is known color: Green. HEX triplet: 07, 5D and 03. RGB value is (7,93,3). Sum of RGB (Red+Green+Blue) = 7+93+3=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 93 (36.72% from 255 or 90.29% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 93 - color contains mainly: green. Hex color #075D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D03 is #F8A2FC. Grayscale: #393939. Windows color (decimal): -16294653 or 220423. OLE color: 220423.
HSL color Cylindrical-coordinate representation of color #075D03: hue angle of 117.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075D03 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.64 |
| HSL | 117.33º | 0.94% | 0.19% | - |
| HSV(B) | 117.33º | 0.97% | 0.36% | - |
| XYZ | 4.02 | 7.88 | 1.4 | - |
| YUV | 57.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 3 | 0.92 | 0 | 0.97 | 0.64 | 117.33 | 0.94 | 0.19 |
| Hex | 7 | 5D | 3 | 5C | 0 | 61 | 40 | 75 | 5E | 13 |
| Octal | 7 | 135 | 3 | 134 | 0 | 141 | 100 | 165 | 136 | 23 |
| Binary | 111 | 1011101 | 11 | 1011100 | 0 | 1100001 | 1000000 | 1110101 | 1011110 | 10011 |
Color Harmonies of #075D03
Complementary color
Monochromatic Colors of #075D03
Black with #075D03
Text Example
Text Example
White with #075D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D03; }
p { color: rgb(7,93,3); }
H1.HeaderClassName
{
color: #075D03;
}
.AnyTagClassName
{
color: #075D03;
}
</style>
background-color css
<style>
a { background-color: #075D03; }
a { background-color: rgb(7,93,3); }
div.DivClassName
{
background-color: #075D03;
}
.BgClassName
{
background-color: #075D03;
}
</style>
border-color css
<style>
span { border-color: #075D03; }
span { border-color: rgb(7,93,3); }
td.TdClassName
{
border-color: #075D03;
}
.TagClassName
{
border-color: #075D03;
}
</style>