Shades of Green #075D07
Tints of Green #075D07
RGB
CMYK
RGB Variations
Color information
#075D07 (or 0x075D07) is known color: Green. HEX triplet: 07, 5D and 07. RGB value is (7,93,7). Sum of RGB (Red+Green+Blue) = 7+93+7=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 93 (36.72% from 255 or 86.92% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 93 - color contains mainly: green. Hex color #075D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D07 is #F8A2F8. Grayscale: #393939. Windows color (decimal): -16294649 or 482567. OLE color: 482567.
HSL color Cylindrical-coordinate representation of color #075D07: hue angle of 120º 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 #075D07 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 7 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.64 |
| HSL | 120º | 0.86% | 0.2% | - |
| HSV(B) | 120º | 0.92% | 0.36% | - |
| XYZ | 4.04 | 7.89 | 1.51 | - |
| YUV | 57.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 7 | 0.92 | 0 | 0.92 | 0.64 | 120 | 0.86 | 0.2 |
| Hex | 7 | 5D | 7 | 5C | 0 | 5C | 40 | 78 | 56 | 14 |
| Octal | 7 | 135 | 7 | 134 | 0 | 134 | 100 | 170 | 126 | 24 |
| Binary | 111 | 1011101 | 111 | 1011100 | 0 | 1011100 | 1000000 | 1111000 | 1010110 | 10100 |
Color Harmonies of #075D07
Complementary color
Monochromatic Colors of #075D07
Black with #075D07
Text Example
Text Example
White with #075D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D07; }
p { color: rgb(7,93,7); }
H1.HeaderClassName
{
color: #075D07;
}
.AnyTagClassName
{
color: #075D07;
}
</style>
background-color css
<style>
a { background-color: #075D07; }
a { background-color: rgb(7,93,7); }
div.DivClassName
{
background-color: #075D07;
}
.BgClassName
{
background-color: #075D07;
}
</style>
border-color css
<style>
span { border-color: #075D07; }
span { border-color: rgb(7,93,7); }
td.TdClassName
{
border-color: #075D07;
}
.TagClassName
{
border-color: #075D07;
}
</style>