Shades of Green #007617
Tints of Green #007617
RGB
CMYK
RGB Variations
Color information
#007617 (or 0x007617) is known color: Green. HEX triplet: 00, 76 and 17. RGB value is (0,118,23). Sum of RGB (Red+Green+Blue) = 0+118+23=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #007617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007617 is #FF89E8. Grayscale: #484848. Windows color (decimal): -16746985 or 1537536. OLE color: 1537536.
HSL color Cylindrical-coordinate representation of color #007617: hue angle of 131.69º 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 #007617 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 23 | - |
| CMYK | 1 | 0 | 0.81 | 0.54 |
| HSL | 131.69º | 1% | 0.23% | - |
| HSV(B) | 131.69º | 1% | 0.46% | - |
| XYZ | 6.63 | 13.02 | 2.97 | - |
| YUV | 71.89 | 100.41 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 23 | 1 | 0 | 0.81 | 0.54 | 131.69 | 1 | 0.23 |
| Hex | 0 | 76 | 17 | 64 | 0 | 51 | 36 | 84 | 64 | 17 |
| Octal | 0 | 166 | 27 | 144 | 0 | 121 | 66 | 204 | 144 | 27 |
| Binary | 0 | 1110110 | 10111 | 1100100 | 0 | 1010001 | 110110 | 10000100 | 1100100 | 10111 |
Color Harmonies of #007617
Complementary color
Monochromatic Colors of #007617
Black with #007617
Text Example
Text Example
White with #007617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007617; }
p { color: rgb(0,118,23); }
H1.HeaderClassName
{
color: #007617;
}
.AnyTagClassName
{
color: #007617;
}
</style>
background-color css
<style>
a { background-color: #007617; }
a { background-color: rgb(0,118,23); }
div.DivClassName
{
background-color: #007617;
}
.BgClassName
{
background-color: #007617;
}
</style>
border-color css
<style>
span { border-color: #007617; }
span { border-color: rgb(0,118,23); }
td.TdClassName
{
border-color: #007617;
}
.TagClassName
{
border-color: #007617;
}
</style>