Shades of Green #075D0A
Tints of Green #075D0A
RGB
CMYK
RGB Variations
Color information
#075D0A (or 0x075D0A) is known color: Green. HEX triplet: 07, 5D and 0A. RGB value is (7,93,10). Sum of RGB (Red+Green+Blue) = 7+93+10=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #075D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D0A is #F8A2F5. Grayscale: #3A3A3A. Windows color (decimal): -16294646 or 679175. OLE color: 679175.
HSL color Cylindrical-coordinate representation of color #075D0A: hue angle of 122.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D0A is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 10 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.64 |
| HSL | 122.09º | 0.86% | 0.2% | - |
| HSV(B) | 122.09º | 0.92% | 0.36% | - |
| XYZ | 4.06 | 7.9 | 1.6 | - |
| YUV | 57.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 10 | 0.92 | 0 | 0.89 | 0.64 | 122.09 | 0.86 | 0.2 |
| Hex | 7 | 5D | A | 5C | 0 | 59 | 40 | 7A | 56 | 14 |
| Octal | 7 | 135 | 12 | 134 | 0 | 131 | 100 | 172 | 126 | 24 |
| Binary | 111 | 1011101 | 1010 | 1011100 | 0 | 1011001 | 1000000 | 1111010 | 1010110 | 10100 |
Color Harmonies of #075D0A
Complementary color
Monochromatic Colors of #075D0A
Black with #075D0A
Text Example
Text Example
White with #075D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D0A; }
p { color: rgb(7,93,10); }
H1.HeaderClassName
{
color: #075D0A;
}
.AnyTagClassName
{
color: #075D0A;
}
</style>
background-color css
<style>
a { background-color: #075D0A; }
a { background-color: rgb(7,93,10); }
div.DivClassName
{
background-color: #075D0A;
}
.BgClassName
{
background-color: #075D0A;
}
</style>
border-color css
<style>
span { border-color: #075D0A; }
span { border-color: rgb(7,93,10); }
td.TdClassName
{
border-color: #075D0A;
}
.TagClassName
{
border-color: #075D0A;
}
</style>