Shades of Green #075F0F
Tints of Green #075F0F
RGB
CMYK
RGB Variations
Color information
#075F0F (or 0x075F0F) is known color: Green. HEX triplet: 07, 5F and 0F. RGB value is (7,95,15). Sum of RGB (Red+Green+Blue) = 7+95+15=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #075F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075F0F is #F8A0F0. Grayscale: #3B3B3B. Windows color (decimal): -16294129 or 1007367. OLE color: 1007367.
HSL color Cylindrical-coordinate representation of color #075F0F: hue angle of 125.45º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F0F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 95 | 15 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.63 |
| HSL | 125.45º | 0.86% | 0.2% | - |
| HSV(B) | 125.45º | 0.93% | 0.37% | - |
| XYZ | 4.27 | 8.26 | 1.82 | - |
| YUV | 59.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 15 | 0.93 | 0 | 0.84 | 0.63 | 125.45 | 0.86 | 0.2 |
| Hex | 7 | 5F | F | 5D | 0 | 54 | 3F | 7D | 56 | 14 |
| Octal | 7 | 137 | 17 | 135 | 0 | 124 | 77 | 175 | 126 | 24 |
| Binary | 111 | 1011111 | 1111 | 1011101 | 0 | 1010100 | 111111 | 1111101 | 1010110 | 10100 |
Color Harmonies of #075F0F
Complementary color
Monochromatic Colors of #075F0F
Black with #075F0F
Text Example
Text Example
White with #075F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F0F; }
p { color: rgb(7,95,15); }
H1.HeaderClassName
{
color: #075F0F;
}
.AnyTagClassName
{
color: #075F0F;
}
</style>
background-color css
<style>
a { background-color: #075F0F; }
a { background-color: rgb(7,95,15); }
div.DivClassName
{
background-color: #075F0F;
}
.BgClassName
{
background-color: #075F0F;
}
</style>
border-color css
<style>
span { border-color: #075F0F; }
span { border-color: rgb(7,95,15); }
td.TdClassName
{
border-color: #075F0F;
}
.TagClassName
{
border-color: #075F0F;
}
</style>