Shades of Green #075B0E
Tints of Green #075B0E
RGB
CMYK
RGB Variations
Color information
#075B0E (or 0x075B0E) is known color: Green. HEX triplet: 07, 5B and 0E. RGB value is (7,91,14). Sum of RGB (Red+Green+Blue) = 7+91+14=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #075B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B0E is #F8A4F1. Grayscale: #393939. Windows color (decimal): -16295154 or 940807. OLE color: 940807.
HSL color Cylindrical-coordinate representation of color #075B0E: hue angle of 125º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B0E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 14 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.64 |
| HSL | 125º | 0.86% | 0.19% | - |
| HSV(B) | 125º | 0.92% | 0.36% | - |
| XYZ | 3.91 | 7.56 | 1.67 | - |
| YUV | 57.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 14 | 0.92 | 0 | 0.85 | 0.64 | 125 | 0.86 | 0.19 |
| Hex | 7 | 5B | E | 5C | 0 | 55 | 40 | 7D | 56 | 13 |
| Octal | 7 | 133 | 16 | 134 | 0 | 125 | 100 | 175 | 126 | 23 |
| Binary | 111 | 1011011 | 1110 | 1011100 | 0 | 1010101 | 1000000 | 1111101 | 1010110 | 10011 |
Color Harmonies of #075B0E
Complementary color
Monochromatic Colors of #075B0E
Black with #075B0E
Text Example
Text Example
White with #075B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B0E; }
p { color: rgb(7,91,14); }
H1.HeaderClassName
{
color: #075B0E;
}
.AnyTagClassName
{
color: #075B0E;
}
</style>
background-color css
<style>
a { background-color: #075B0E; }
a { background-color: rgb(7,91,14); }
div.DivClassName
{
background-color: #075B0E;
}
.BgClassName
{
background-color: #075B0E;
}
</style>
border-color css
<style>
span { border-color: #075B0E; }
span { border-color: rgb(7,91,14); }
td.TdClassName
{
border-color: #075B0E;
}
.TagClassName
{
border-color: #075B0E;
}
</style>