Shades of Green #0D7C06
Tints of Green #0D7C06
RGB
CMYK
RGB Variations
Color information
#0D7C06 (or 0x0D7C06) is known color: Green. HEX triplet: 0D, 7C and 06. RGB value is (13,124,6). Sum of RGB (Red+Green+Blue) = 13+124+6=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 124 (48.83% from 255 or 86.71% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7C06 is #F283F9. Grayscale: #4D4D4D. Windows color (decimal): -15893498 or 424973. OLE color: 424973.
HSL color Cylindrical-coordinate representation of color #0D7C06: hue angle of 116.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7C06 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 124 | 6 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.51 |
| HSL | 116.44º | 0.91% | 0.25% | - |
| HSV(B) | 116.44º | 0.95% | 0.49% | - |
| XYZ | 7.41 | 14.51 | 2.58 | - |
| YUV | 77.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 6 | 0.90 | 0 | 0.95 | 0.51 | 116.44 | 0.91 | 0.25 |
| Hex | D | 7C | 6 | 5A | 0 | 5F | 33 | 74 | 5B | 19 |
| Octal | 15 | 174 | 6 | 132 | 0 | 137 | 63 | 164 | 133 | 31 |
| Binary | 1101 | 1111100 | 110 | 1011010 | 0 | 1011111 | 110011 | 1110100 | 1011011 | 11001 |
Color Harmonies of #0D7C06
Complementary color
Monochromatic Colors of #0D7C06
Black with #0D7C06
Text Example
Text Example
White with #0D7C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C06; }
p { color: rgb(13,124,6); }
H1.HeaderClassName
{
color: #0D7C06;
}
.AnyTagClassName
{
color: #0D7C06;
}
</style>
background-color css
<style>
a { background-color: #0D7C06; }
a { background-color: rgb(13,124,6); }
div.DivClassName
{
background-color: #0D7C06;
}
.BgClassName
{
background-color: #0D7C06;
}
</style>
border-color css
<style>
span { border-color: #0D7C06; }
span { border-color: rgb(13,124,6); }
td.TdClassName
{
border-color: #0D7C06;
}
.TagClassName
{
border-color: #0D7C06;
}
</style>