Shades of Green #007D06
Tints of Green #007D06
RGB
CMYK
RGB Variations
Color information
#007D06 (or 0x007D06) is known color: Green. HEX triplet: 00, 7D and 06. RGB value is (0,125,6). Sum of RGB (Red+Green+Blue) = 0+125+6=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 125 (49.22% from 255 or 95.42% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 125 - color contains mainly: green. Hex color #007D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007D06 is #FF82F9. Grayscale: #4A4A4A. Windows color (decimal): -16745210 or 425216. OLE color: 425216.
HSL color Cylindrical-coordinate representation of color #007D06: hue angle of 122.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D06 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 6 | - |
| CMYK | 1 | 0 | 0.95 | 0.51 |
| HSL | 122.88º | 1% | 0.25% | - |
| HSV(B) | 122.88º | 1% | 0.49% | - |
| XYZ | 7.37 | 14.68 | 2.62 | - |
| YUV | 74.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 6 | 1 | 0 | 0.95 | 0.51 | 122.88 | 1 | 0.25 |
| Hex | 0 | 7D | 6 | 64 | 0 | 5F | 33 | 7B | 64 | 19 |
| Octal | 0 | 175 | 6 | 144 | 0 | 137 | 63 | 173 | 144 | 31 |
| Binary | 0 | 1111101 | 110 | 1100100 | 0 | 1011111 | 110011 | 1111011 | 1100100 | 11001 |
Color Harmonies of #007D06
Complementary color
Monochromatic Colors of #007D06
Black with #007D06
Text Example
Text Example
White with #007D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D06; }
p { color: rgb(0,125,6); }
H1.HeaderClassName
{
color: #007D06;
}
.AnyTagClassName
{
color: #007D06;
}
</style>
background-color css
<style>
a { background-color: #007D06; }
a { background-color: rgb(0,125,6); }
div.DivClassName
{
background-color: #007D06;
}
.BgClassName
{
background-color: #007D06;
}
</style>
border-color css
<style>
span { border-color: #007D06; }
span { border-color: rgb(0,125,6); }
td.TdClassName
{
border-color: #007D06;
}
.TagClassName
{
border-color: #007D06;
}
</style>