Shades of Green #007717
Tints of Green #007717
RGB
CMYK
RGB Variations
Color information
#007717 (or 0x007717) is known color: Green. HEX triplet: 00, 77 and 17. RGB value is (0,119,23). Sum of RGB (Red+Green+Blue) = 0+119+23=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #007717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007717 is #FF88E8. Grayscale: #484848. Windows color (decimal): -16746729 or 1537792. OLE color: 1537792.
HSL color Cylindrical-coordinate representation of color #007717: hue angle of 131.6º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007717 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 23 | - |
| CMYK | 1 | 0 | 0.81 | 0.53 |
| HSL | 131.6º | 1% | 0.23% | - |
| HSV(B) | 131.6º | 1% | 0.47% | - |
| XYZ | 6.75 | 13.26 | 3.01 | - |
| YUV | 72.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 23 | 1 | 0 | 0.81 | 0.53 | 131.6 | 1 | 0.23 |
| Hex | 0 | 77 | 17 | 64 | 0 | 51 | 35 | 84 | 64 | 17 |
| Octal | 0 | 167 | 27 | 144 | 0 | 121 | 65 | 204 | 144 | 27 |
| Binary | 0 | 1110111 | 10111 | 1100100 | 0 | 1010001 | 110101 | 10000100 | 1100100 | 10111 |
Color Harmonies of #007717
Complementary color
Monochromatic Colors of #007717
Black with #007717
Text Example
Text Example
White with #007717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007717; }
p { color: rgb(0,119,23); }
H1.HeaderClassName
{
color: #007717;
}
.AnyTagClassName
{
color: #007717;
}
</style>
background-color css
<style>
a { background-color: #007717; }
a { background-color: rgb(0,119,23); }
div.DivClassName
{
background-color: #007717;
}
.BgClassName
{
background-color: #007717;
}
</style>
border-color css
<style>
span { border-color: #007717; }
span { border-color: rgb(0,119,23); }
td.TdClassName
{
border-color: #007717;
}
.TagClassName
{
border-color: #007717;
}
</style>