Shades of Green #0D7F08
Tints of Green #0D7F08
RGB
CMYK
RGB Variations
Color information
#0D7F08 (or 0x0D7F08) is known color: Green. HEX triplet: 0D, 7F and 08. RGB value is (13,127,8). Sum of RGB (Red+Green+Blue) = 13+127+8=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 127 (50% from 255 or 85.81% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7F08 is #F280F7. Grayscale: #4F4F4F. Windows color (decimal): -15892728 or 556813. OLE color: 556813.
HSL color Cylindrical-coordinate representation of color #0D7F08: hue angle of 117.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7F08 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 127 | 8 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.50 |
| HSL | 117.48º | 0.88% | 0.26% | - |
| HSV(B) | 117.48º | 0.94% | 0.5% | - |
| XYZ | 7.8 | 15.28 | 2.77 | - |
| YUV | 79.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 8 | 0.90 | 0 | 0.94 | 0.50 | 117.48 | 0.88 | 0.26 |
| Hex | D | 7F | 8 | 5A | 0 | 5E | 32 | 75 | 58 | 1A |
| Octal | 15 | 177 | 10 | 132 | 0 | 136 | 62 | 165 | 130 | 32 |
| Binary | 1101 | 1111111 | 1000 | 1011010 | 0 | 1011110 | 110010 | 1110101 | 1011000 | 11010 |
Color Harmonies of #0D7F08
Complementary color
Monochromatic Colors of #0D7F08
Black with #0D7F08
Text Example
Text Example
White with #0D7F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7F08; }
p { color: rgb(13,127,8); }
H1.HeaderClassName
{
color: #0D7F08;
}
.AnyTagClassName
{
color: #0D7F08;
}
</style>
background-color css
<style>
a { background-color: #0D7F08; }
a { background-color: rgb(13,127,8); }
div.DivClassName
{
background-color: #0D7F08;
}
.BgClassName
{
background-color: #0D7F08;
}
</style>
border-color css
<style>
span { border-color: #0D7F08; }
span { border-color: rgb(13,127,8); }
td.TdClassName
{
border-color: #0D7F08;
}
.TagClassName
{
border-color: #0D7F08;
}
</style>