Shades of Green #067019
Tints of Green #067019
RGB
CMYK
RGB Variations
Color information
#067019 (or 0x067019) is known color: Green. HEX triplet: 06, 70 and 19. RGB value is (6,112,25). Sum of RGB (Red+Green+Blue) = 6+112+25=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #067019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067019 is #F98FE6. Grayscale: #464646. Windows color (decimal): -16355303 or 1667078. OLE color: 1667078.
HSL color Cylindrical-coordinate representation of color #067019: hue angle of 130.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067019 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 25 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.56 |
| HSL | 130.75º | 0.9% | 0.23% | - |
| HSV(B) | 130.75º | 0.95% | 0.44% | - |
| XYZ | 6.04 | 11.7 | 2.86 | - |
| YUV | 70.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 25 | 0.95 | 0 | 0.78 | 0.56 | 130.75 | 0.9 | 0.23 |
| Hex | 6 | 70 | 19 | 5F | 0 | 4E | 38 | 83 | 5A | 17 |
| Octal | 6 | 160 | 31 | 137 | 0 | 116 | 70 | 203 | 132 | 27 |
| Binary | 110 | 1110000 | 11001 | 1011111 | 0 | 1001110 | 111000 | 10000011 | 1011010 | 10111 |
Color Harmonies of #067019
Complementary color
Monochromatic Colors of #067019
Black with #067019
Text Example
Text Example
White with #067019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067019; }
p { color: rgb(6,112,25); }
H1.HeaderClassName
{
color: #067019;
}
.AnyTagClassName
{
color: #067019;
}
</style>
background-color css
<style>
a { background-color: #067019; }
a { background-color: rgb(6,112,25); }
div.DivClassName
{
background-color: #067019;
}
.BgClassName
{
background-color: #067019;
}
</style>
border-color css
<style>
span { border-color: #067019; }
span { border-color: rgb(6,112,25); }
td.TdClassName
{
border-color: #067019;
}
.TagClassName
{
border-color: #067019;
}
</style>