Shades of Green #0D761A
Tints of Green #0D761A
RGB
CMYK
RGB Variations
Color information
#0D761A (or 0x0D761A) is known color: Green. HEX triplet: 0D, 76 and 1A. RGB value is (13,118,26). Sum of RGB (Red+Green+Blue) = 13+118+26=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #0D761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D761A is #F289E5. Grayscale: #4C4C4C. Windows color (decimal): -15895014 or 1734157. OLE color: 1734157.
HSL color Cylindrical-coordinate representation of color #0D761A: hue angle of 127.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D761A is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 26 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.54 |
| HSL | 127.43º | 0.8% | 0.26% | - |
| HSV(B) | 127.43º | 0.89% | 0.46% | - |
| XYZ | 6.83 | 13.12 | 3.15 | - |
| YUV | 76.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 26 | 0.89 | 0 | 0.78 | 0.54 | 127.43 | 0.8 | 0.26 |
| Hex | D | 76 | 1A | 59 | 0 | 4E | 36 | 7F | 50 | 1A |
| Octal | 15 | 166 | 32 | 131 | 0 | 116 | 66 | 177 | 120 | 32 |
| Binary | 1101 | 1110110 | 11010 | 1011001 | 0 | 1001110 | 110110 | 1111111 | 1010000 | 11010 |
Color Harmonies of #0D761A
Complementary color
Monochromatic Colors of #0D761A
Black with #0D761A
Text Example
Text Example
White with #0D761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D761A; }
p { color: rgb(13,118,26); }
H1.HeaderClassName
{
color: #0D761A;
}
.AnyTagClassName
{
color: #0D761A;
}
</style>
background-color css
<style>
a { background-color: #0D761A; }
a { background-color: rgb(13,118,26); }
div.DivClassName
{
background-color: #0D761A;
}
.BgClassName
{
background-color: #0D761A;
}
</style>
border-color css
<style>
span { border-color: #0D761A; }
span { border-color: rgb(13,118,26); }
td.TdClassName
{
border-color: #0D761A;
}
.TagClassName
{
border-color: #0D761A;
}
</style>