Shades of Green #067C12
Tints of Green #067C12
RGB
CMYK
RGB Variations
Color information
#067C12 (or 0x067C12) is known color: Green. HEX triplet: 06, 7C and 12. RGB value is (6,124,18). Sum of RGB (Red+Green+Blue) = 6+124+18=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 124 (48.83% from 255 or 83.78% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 124 - color contains mainly: green. Hex color #067C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C12 is #F983ED. Grayscale: #4C4C4C. Windows color (decimal): -16352238 or 1211398. OLE color: 1211398.
HSL color Cylindrical-coordinate representation of color #067C12: hue angle of 126.1º 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 #067C12 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 18 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.51 |
| HSL | 126.1º | 0.91% | 0.25% | - |
| HSV(B) | 126.1º | 0.95% | 0.49% | - |
| XYZ | 7.39 | 14.5 | 2.98 | - |
| YUV | 76.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 18 | 0.95 | 0 | 0.85 | 0.51 | 126.1 | 0.91 | 0.25 |
| Hex | 6 | 7C | 12 | 5F | 0 | 55 | 33 | 7E | 5B | 19 |
| Octal | 6 | 174 | 22 | 137 | 0 | 125 | 63 | 176 | 133 | 31 |
| Binary | 110 | 1111100 | 10010 | 1011111 | 0 | 1010101 | 110011 | 1111110 | 1011011 | 11001 |
Color Harmonies of #067C12
Complementary color
Monochromatic Colors of #067C12
Black with #067C12
Text Example
Text Example
White with #067C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C12; }
p { color: rgb(6,124,18); }
H1.HeaderClassName
{
color: #067C12;
}
.AnyTagClassName
{
color: #067C12;
}
</style>
background-color css
<style>
a { background-color: #067C12; }
a { background-color: rgb(6,124,18); }
div.DivClassName
{
background-color: #067C12;
}
.BgClassName
{
background-color: #067C12;
}
</style>
border-color css
<style>
span { border-color: #067C12; }
span { border-color: rgb(6,124,18); }
td.TdClassName
{
border-color: #067C12;
}
.TagClassName
{
border-color: #067C12;
}
</style>