Shades of Green #075D00
Tints of Green #075D00
RGB
CMYK
RGB Variations
Color information
#075D00 (or 0x075D00) is known color: Green. HEX triplet: 07, 5D and 00. RGB value is (7,93,0). Sum of RGB (Red+Green+Blue) = 7+93+0=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 93 (36.72% from 255 or 93% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 93 - color contains mainly: green. Hex color #075D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D00 is #F8A2FF. Grayscale: #383838. Windows color (decimal): -16294656 or 23815. OLE color: 23815.
HSL color Cylindrical-coordinate representation of color #075D00: hue angle of 115.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #075D00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.64 |
| HSL | 115.48º | 1% | 0.18% | - |
| HSV(B) | 115.48º | 1% | 0.36% | - |
| XYZ | 4 | 7.87 | 1.31 | - |
| YUV | 56.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 0 | 0.92 | 0 | 1 | 0.64 | 115.48 | 1 | 0.18 |
| Hex | 7 | 5D | 0 | 5C | 0 | 64 | 40 | 73 | 64 | 12 |
| Octal | 7 | 135 | 0 | 134 | 0 | 144 | 100 | 163 | 144 | 22 |
| Binary | 111 | 1011101 | 0 | 1011100 | 0 | 1100100 | 1000000 | 1110011 | 1100100 | 10010 |
Color Harmonies of #075D00
Complementary color
Monochromatic Colors of #075D00
Black with #075D00
Text Example
Text Example
White with #075D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D00; }
p { color: rgb(7,93,0); }
H1.HeaderClassName
{
color: #075D00;
}
.AnyTagClassName
{
color: #075D00;
}
</style>
background-color css
<style>
a { background-color: #075D00; }
a { background-color: rgb(7,93,0); }
div.DivClassName
{
background-color: #075D00;
}
.BgClassName
{
background-color: #075D00;
}
</style>
border-color css
<style>
span { border-color: #075D00; }
span { border-color: rgb(7,93,0); }
td.TdClassName
{
border-color: #075D00;
}
.TagClassName
{
border-color: #075D00;
}
</style>