Shades of Green #0D7702
Tints of Green #0D7702
RGB
CMYK
RGB Variations
Color information
#0D7702 (or 0x0D7702) is known color: Green. HEX triplet: 0D, 77 and 02. RGB value is (13,119,2). Sum of RGB (Red+Green+Blue) = 13+119+2=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7702 is #F288FD. Grayscale: #4A4A4A. Windows color (decimal): -15894782 or 161549. OLE color: 161549.
HSL color Cylindrical-coordinate representation of color #0D7702: hue angle of 114.36º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D7702 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 2 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.53 |
| HSL | 114.36º | 0.97% | 0.24% | - |
| HSV(B) | 114.36º | 0.98% | 0.47% | - |
| XYZ | 6.77 | 13.28 | 2.26 | - |
| YUV | 73.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 2 | 0.89 | 0 | 0.98 | 0.53 | 114.36 | 0.97 | 0.24 |
| Hex | D | 77 | 2 | 59 | 0 | 62 | 35 | 72 | 61 | 18 |
| Octal | 15 | 167 | 2 | 131 | 0 | 142 | 65 | 162 | 141 | 30 |
| Binary | 1101 | 1110111 | 10 | 1011001 | 0 | 1100010 | 110101 | 1110010 | 1100001 | 11000 |
Color Harmonies of #0D7702
Complementary color
Monochromatic Colors of #0D7702
Black with #0D7702
Text Example
Text Example
White with #0D7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7702; }
p { color: rgb(13,119,2); }
H1.HeaderClassName
{
color: #0D7702;
}
.AnyTagClassName
{
color: #0D7702;
}
</style>
background-color css
<style>
a { background-color: #0D7702; }
a { background-color: rgb(13,119,2); }
div.DivClassName
{
background-color: #0D7702;
}
.BgClassName
{
background-color: #0D7702;
}
</style>
border-color css
<style>
span { border-color: #0D7702; }
span { border-color: rgb(13,119,2); }
td.TdClassName
{
border-color: #0D7702;
}
.TagClassName
{
border-color: #0D7702;
}
</style>