Shades of Green #067D00
Tints of Green #067D00
RGB
CMYK
RGB Variations
Color information
#067D00 (or 0x067D00) is known color: Green. HEX triplet: 06, 7D and 00. RGB value is (6,125,0). Sum of RGB (Red+Green+Blue) = 6+125+0=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 125 (49.22% from 255 or 95.42% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 125 - color contains mainly: green. Hex color #067D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067D00 is #F982FF. Grayscale: #4B4B4B. Windows color (decimal): -16352000 or 32006. OLE color: 32006.
HSL color Cylindrical-coordinate representation of color #067D00: hue angle of 117.12º 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 #067D00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 125 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.51 |
| HSL | 117.12º | 1% | 0.25% | - |
| HSV(B) | 117.12º | 1% | 0.49% | - |
| XYZ | 7.41 | 14.71 | 2.45 | - |
| YUV | 75.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 0 | 0.95 | 0 | 1 | 0.51 | 117.12 | 1 | 0.25 |
| Hex | 6 | 7D | 0 | 5F | 0 | 64 | 33 | 75 | 64 | 19 |
| Octal | 6 | 175 | 0 | 137 | 0 | 144 | 63 | 165 | 144 | 31 |
| Binary | 110 | 1111101 | 0 | 1011111 | 0 | 1100100 | 110011 | 1110101 | 1100100 | 11001 |
Color Harmonies of #067D00
Complementary color
Monochromatic Colors of #067D00
Black with #067D00
Text Example
Text Example
White with #067D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D00; }
p { color: rgb(6,125,0); }
H1.HeaderClassName
{
color: #067D00;
}
.AnyTagClassName
{
color: #067D00;
}
</style>
background-color css
<style>
a { background-color: #067D00; }
a { background-color: rgb(6,125,0); }
div.DivClassName
{
background-color: #067D00;
}
.BgClassName
{
background-color: #067D00;
}
</style>
border-color css
<style>
span { border-color: #067D00; }
span { border-color: rgb(6,125,0); }
td.TdClassName
{
border-color: #067D00;
}
.TagClassName
{
border-color: #067D00;
}
</style>