Shades of Green #075D0F
Tints of Green #075D0F
RGB
CMYK
RGB Variations
Color information
#075D0F (or 0x075D0F) is known color: Green. HEX triplet: 07, 5D and 0F. RGB value is (7,93,15). Sum of RGB (Red+Green+Blue) = 7+93+15=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #075D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D0F is #F8A2F0. Grayscale: #3A3A3A. Windows color (decimal): -16294641 or 1006855. OLE color: 1006855.
HSL color Cylindrical-coordinate representation of color #075D0F: hue angle of 125.58º 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 #075D0F is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 15 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.64 |
| HSL | 125.58º | 0.86% | 0.2% | - |
| HSV(B) | 125.58º | 0.92% | 0.36% | - |
| XYZ | 4.09 | 7.91 | 1.76 | - |
| YUV | 58.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 15 | 0.92 | 0 | 0.84 | 0.64 | 125.58 | 0.86 | 0.2 |
| Hex | 7 | 5D | F | 5C | 0 | 54 | 40 | 7E | 56 | 14 |
| Octal | 7 | 135 | 17 | 134 | 0 | 124 | 100 | 176 | 126 | 24 |
| Binary | 111 | 1011101 | 1111 | 1011100 | 0 | 1010100 | 1000000 | 1111110 | 1010110 | 10100 |
Color Harmonies of #075D0F
Complementary color
Monochromatic Colors of #075D0F
Black with #075D0F
Text Example
Text Example
White with #075D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D0F; }
p { color: rgb(7,93,15); }
H1.HeaderClassName
{
color: #075D0F;
}
.AnyTagClassName
{
color: #075D0F;
}
</style>
background-color css
<style>
a { background-color: #075D0F; }
a { background-color: rgb(7,93,15); }
div.DivClassName
{
background-color: #075D0F;
}
.BgClassName
{
background-color: #075D0F;
}
</style>
border-color css
<style>
span { border-color: #075D0F; }
span { border-color: rgb(7,93,15); }
td.TdClassName
{
border-color: #075D0F;
}
.TagClassName
{
border-color: #075D0F;
}
</style>