Shades of Green #037507
Tints of Green #037507
RGB
CMYK
RGB Variations
Color information
#037507 (or 0x037507) is known color: Green. HEX triplet: 03, 75 and 07. RGB value is (3,117,7). Sum of RGB (Red+Green+Blue) = 3+117+7=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #037507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037507 is #FC8AF8. Grayscale: #464646. Windows color (decimal): -16550649 or 488707. OLE color: 488707.
HSL color Cylindrical-coordinate representation of color #037507: hue angle of 122.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037507 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 7 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.54 |
| HSL | 122.11º | 0.95% | 0.24% | - |
| HSV(B) | 122.11º | 0.97% | 0.46% | - |
| XYZ | 6.44 | 12.76 | 2.32 | - |
| YUV | 70.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 7 | 0.97 | 0 | 0.94 | 0.54 | 122.11 | 0.95 | 0.24 |
| Hex | 3 | 75 | 7 | 61 | 0 | 5E | 36 | 7A | 5F | 18 |
| Octal | 3 | 165 | 7 | 141 | 0 | 136 | 66 | 172 | 137 | 30 |
| Binary | 11 | 1110101 | 111 | 1100001 | 0 | 1011110 | 110110 | 1111010 | 1011111 | 11000 |
Color Harmonies of #037507
Complementary color
Monochromatic Colors of #037507
Black with #037507
Text Example
Text Example
White with #037507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037507; }
p { color: rgb(3,117,7); }
H1.HeaderClassName
{
color: #037507;
}
.AnyTagClassName
{
color: #037507;
}
</style>
background-color css
<style>
a { background-color: #037507; }
a { background-color: rgb(3,117,7); }
div.DivClassName
{
background-color: #037507;
}
.BgClassName
{
background-color: #037507;
}
</style>
border-color css
<style>
span { border-color: #037507; }
span { border-color: rgb(3,117,7); }
td.TdClassName
{
border-color: #037507;
}
.TagClassName
{
border-color: #037507;
}
</style>