Shades of Green #007713
Tints of Green #007713
RGB
CMYK
RGB Variations
Color information
#007713 (or 0x007713) is known color: Green. HEX triplet: 00, 77 and 13. RGB value is (0,119,19). Sum of RGB (Red+Green+Blue) = 0+119+19=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #007713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007713 is #FF88EC. Grayscale: #484848. Windows color (decimal): -16746733 or 1275648. OLE color: 1275648.
HSL color Cylindrical-coordinate representation of color #007713: hue angle of 129.58º 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 #007713 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 19 | - |
| CMYK | 1 | 0 | 0.84 | 0.53 |
| HSL | 129.58º | 1% | 0.23% | - |
| HSV(B) | 129.58º | 1% | 0.47% | - |
| XYZ | 6.71 | 13.24 | 2.82 | - |
| YUV | 72.02 | 98.08 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 19 | 1 | 0 | 0.84 | 0.53 | 129.58 | 1 | 0.23 |
| Hex | 0 | 77 | 13 | 64 | 0 | 54 | 35 | 82 | 64 | 17 |
| Octal | 0 | 167 | 23 | 144 | 0 | 124 | 65 | 202 | 144 | 27 |
| Binary | 0 | 1110111 | 10011 | 1100100 | 0 | 1010100 | 110101 | 10000010 | 1100100 | 10111 |
Color Harmonies of #007713
Complementary color
Monochromatic Colors of #007713
Black with #007713
Text Example
Text Example
White with #007713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007713; }
p { color: rgb(0,119,19); }
H1.HeaderClassName
{
color: #007713;
}
.AnyTagClassName
{
color: #007713;
}
</style>
background-color css
<style>
a { background-color: #007713; }
a { background-color: rgb(0,119,19); }
div.DivClassName
{
background-color: #007713;
}
.BgClassName
{
background-color: #007713;
}
</style>
border-color css
<style>
span { border-color: #007713; }
span { border-color: rgb(0,119,19); }
td.TdClassName
{
border-color: #007713;
}
.TagClassName
{
border-color: #007713;
}
</style>