Shades of Green #067A12
Tints of Green #067A12
RGB
CMYK
RGB Variations
Color information
#067A12 (or 0x067A12) is known color: Green. HEX triplet: 06, 7A and 12. RGB value is (6,122,18). Sum of RGB (Red+Green+Blue) = 6+122+18=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 122 (48.05% from 255 or 83.56% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 122 - color contains mainly: green. Hex color #067A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067A12 is #F985ED. Grayscale: #4B4B4B. Windows color (decimal): -16352750 or 1210886. OLE color: 1210886.
HSL color Cylindrical-coordinate representation of color #067A12: hue angle of 126.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A12 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 18 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.52 |
| HSL | 126.21º | 0.91% | 0.25% | - |
| HSV(B) | 126.21º | 0.95% | 0.48% | - |
| XYZ | 7.14 | 14 | 2.9 | - |
| YUV | 75.46 | 95.57 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 18 | 0.95 | 0 | 0.85 | 0.52 | 126.21 | 0.91 | 0.25 |
| Hex | 6 | 7A | 12 | 5F | 0 | 55 | 34 | 7E | 5B | 19 |
| Octal | 6 | 172 | 22 | 137 | 0 | 125 | 64 | 176 | 133 | 31 |
| Binary | 110 | 1111010 | 10010 | 1011111 | 0 | 1010101 | 110100 | 1111110 | 1011011 | 11001 |
Color Harmonies of #067A12
Complementary color
Monochromatic Colors of #067A12
Black with #067A12
Text Example
Text Example
White with #067A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A12; }
p { color: rgb(6,122,18); }
H1.HeaderClassName
{
color: #067A12;
}
.AnyTagClassName
{
color: #067A12;
}
</style>
background-color css
<style>
a { background-color: #067A12; }
a { background-color: rgb(6,122,18); }
div.DivClassName
{
background-color: #067A12;
}
.BgClassName
{
background-color: #067A12;
}
</style>
border-color css
<style>
span { border-color: #067A12; }
span { border-color: rgb(6,122,18); }
td.TdClassName
{
border-color: #067A12;
}
.TagClassName
{
border-color: #067A12;
}
</style>