Shades of Green #075C0F
Tints of Green #075C0F
RGB
CMYK
RGB Variations
Color information
#075C0F (or 0x075C0F) is known color: Green. HEX triplet: 07, 5C and 0F. RGB value is (7,92,15). Sum of RGB (Red+Green+Blue) = 7+92+15=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #075C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075C0F is #F8A3F0. Grayscale: #3A3A3A. Windows color (decimal): -16294897 or 1006599. OLE color: 1006599.
HSL color Cylindrical-coordinate representation of color #075C0F: hue angle of 125.65º 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 #075C0F is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 15 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.64 |
| HSL | 125.65º | 0.86% | 0.19% | - |
| HSV(B) | 125.65º | 0.92% | 0.36% | - |
| XYZ | 4 | 7.73 | 1.73 | - |
| YUV | 57.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 15 | 0.92 | 0 | 0.84 | 0.64 | 125.65 | 0.86 | 0.19 |
| Hex | 7 | 5C | F | 5C | 0 | 54 | 40 | 7E | 56 | 13 |
| Octal | 7 | 134 | 17 | 134 | 0 | 124 | 100 | 176 | 126 | 23 |
| Binary | 111 | 1011100 | 1111 | 1011100 | 0 | 1010100 | 1000000 | 1111110 | 1010110 | 10011 |
Color Harmonies of #075C0F
Complementary color
Monochromatic Colors of #075C0F
Black with #075C0F
Text Example
Text Example
White with #075C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C0F; }
p { color: rgb(7,92,15); }
H1.HeaderClassName
{
color: #075C0F;
}
.AnyTagClassName
{
color: #075C0F;
}
</style>
background-color css
<style>
a { background-color: #075C0F; }
a { background-color: rgb(7,92,15); }
div.DivClassName
{
background-color: #075C0F;
}
.BgClassName
{
background-color: #075C0F;
}
</style>
border-color css
<style>
span { border-color: #075C0F; }
span { border-color: rgb(7,92,15); }
td.TdClassName
{
border-color: #075C0F;
}
.TagClassName
{
border-color: #075C0F;
}
</style>