Shades of Green #0D7E08
Tints of Green #0D7E08
RGB
CMYK
RGB Variations
Color information
#0D7E08 (or 0x0D7E08) is known color: Green. HEX triplet: 0D, 7E and 08. RGB value is (13,126,8). Sum of RGB (Red+Green+Blue) = 13+126+8=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 126 (49.61% from 255 or 85.71% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7E08 is #F281F7. Grayscale: #4F4F4F. Windows color (decimal): -15892984 or 556557. OLE color: 556557.
HSL color Cylindrical-coordinate representation of color #0D7E08: hue angle of 117.46º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7E08 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 126 | 8 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.51 |
| HSL | 117.46º | 0.88% | 0.26% | - |
| HSV(B) | 117.46º | 0.94% | 0.49% | - |
| XYZ | 7.67 | 15.02 | 2.73 | - |
| YUV | 78.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 8 | 0.90 | 0 | 0.94 | 0.51 | 117.46 | 0.88 | 0.26 |
| Hex | D | 7E | 8 | 5A | 0 | 5E | 33 | 75 | 58 | 1A |
| Octal | 15 | 176 | 10 | 132 | 0 | 136 | 63 | 165 | 130 | 32 |
| Binary | 1101 | 1111110 | 1000 | 1011010 | 0 | 1011110 | 110011 | 1110101 | 1011000 | 11010 |
Color Harmonies of #0D7E08
Complementary color
Monochromatic Colors of #0D7E08
Black with #0D7E08
Text Example
Text Example
White with #0D7E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7E08; }
p { color: rgb(13,126,8); }
H1.HeaderClassName
{
color: #0D7E08;
}
.AnyTagClassName
{
color: #0D7E08;
}
</style>
background-color css
<style>
a { background-color: #0D7E08; }
a { background-color: rgb(13,126,8); }
div.DivClassName
{
background-color: #0D7E08;
}
.BgClassName
{
background-color: #0D7E08;
}
</style>
border-color css
<style>
span { border-color: #0D7E08; }
span { border-color: rgb(13,126,8); }
td.TdClassName
{
border-color: #0D7E08;
}
.TagClassName
{
border-color: #0D7E08;
}
</style>