Shades of Green #007500
Tints of Green #007500
RGB
CMYK
RGB Variations
Color information
#007500 (or 0x007500) is known color: Green. HEX triplet: 00, 75 and 00. RGB value is (0,117,0). Sum of RGB (Red+Green+Blue) = 0+117+0=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 117 (46.09% from 255 or 100% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 117 - color contains mainly: green. Hex color #007500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007500 is #FF8AFF. Grayscale: #454545. Windows color (decimal): -16747264 or 29952. OLE color: 29952.
HSL color Cylindrical-coordinate representation of color #007500: hue angle of 120º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007500 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.54 |
| HSL | 120º | 1% | 0.23% | - |
| HSV(B) | 120º | 1% | 0.46% | - |
| XYZ | 6.36 | 12.72 | 2.12 | - |
| YUV | 68.68 | 89.24 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 0 | 1 | 0 | 1 | 0.54 | 120 | 1 | 0.23 |
| Hex | 0 | 75 | 0 | 64 | 0 | 64 | 36 | 78 | 64 | 17 |
| Octal | 0 | 165 | 0 | 144 | 0 | 144 | 66 | 170 | 144 | 27 |
| Binary | 0 | 1110101 | 0 | 1100100 | 0 | 1100100 | 110110 | 1111000 | 1100100 | 10111 |
Color Harmonies of #007500
Complementary color
Monochromatic Colors of #007500
Black with #007500
Text Example
Text Example
White with #007500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007500; }
p { color: rgb(0,117,0); }
H1.HeaderClassName
{
color: #007500;
}
.AnyTagClassName
{
color: #007500;
}
</style>
background-color css
<style>
a { background-color: #007500; }
a { background-color: rgb(0,117,0); }
div.DivClassName
{
background-color: #007500;
}
.BgClassName
{
background-color: #007500;
}
</style>
border-color css
<style>
span { border-color: #007500; }
span { border-color: rgb(0,117,0); }
td.TdClassName
{
border-color: #007500;
}
.TagClassName
{
border-color: #007500;
}
</style>