Shades of Green #075C00
Tints of Green #075C00
RGB
CMYK
RGB Variations
Color information
#075C00 (or 0x075C00) is known color: Green. HEX triplet: 07, 5C and 00. RGB value is (7,92,0). Sum of RGB (Red+Green+Blue) = 7+92+0=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 92 (36.33% from 255 or 92.93% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 92 - color contains mainly: green. Hex color #075C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075C00 is #F8A3FF. Grayscale: #383838. Windows color (decimal): -16294912 or 23559. OLE color: 23559.
HSL color Cylindrical-coordinate representation of color #075C00: hue angle of 115.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #075C00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.64 |
| HSL | 115.43º | 1% | 0.18% | - |
| HSV(B) | 115.43º | 1% | 0.36% | - |
| XYZ | 3.91 | 7.7 | 1.28 | - |
| YUV | 56.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 0 | 0.92 | 0 | 1 | 0.64 | 115.43 | 1 | 0.18 |
| Hex | 7 | 5C | 0 | 5C | 0 | 64 | 40 | 73 | 64 | 12 |
| Octal | 7 | 134 | 0 | 134 | 0 | 144 | 100 | 163 | 144 | 22 |
| Binary | 111 | 1011100 | 0 | 1011100 | 0 | 1100100 | 1000000 | 1110011 | 1100100 | 10010 |
Color Harmonies of #075C00
Complementary color
Monochromatic Colors of #075C00
Black with #075C00
Text Example
Text Example
White with #075C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C00; }
p { color: rgb(7,92,0); }
H1.HeaderClassName
{
color: #075C00;
}
.AnyTagClassName
{
color: #075C00;
}
</style>
background-color css
<style>
a { background-color: #075C00; }
a { background-color: rgb(7,92,0); }
div.DivClassName
{
background-color: #075C00;
}
.BgClassName
{
background-color: #075C00;
}
</style>
border-color css
<style>
span { border-color: #075C00; }
span { border-color: rgb(7,92,0); }
td.TdClassName
{
border-color: #075C00;
}
.TagClassName
{
border-color: #075C00;
}
</style>