Shades of Green #067015
Tints of Green #067015
RGB
CMYK
RGB Variations
Color information
#067015 (or 0x067015) is known color: Green. HEX triplet: 06, 70 and 15. RGB value is (6,112,21). Sum of RGB (Red+Green+Blue) = 6+112+21=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #067015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067015 is #F98FEA. Grayscale: #464646. Windows color (decimal): -16355307 or 1404934. OLE color: 1404934.
HSL color Cylindrical-coordinate representation of color #067015: hue angle of 128.49º 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 #067015 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 21 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.56 |
| HSL | 128.49º | 0.9% | 0.23% | - |
| HSV(B) | 128.49º | 0.95% | 0.44% | - |
| XYZ | 6 | 11.68 | 2.65 | - |
| YUV | 69.93 | 100.38 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 21 | 0.95 | 0 | 0.81 | 0.56 | 128.49 | 0.9 | 0.23 |
| Hex | 6 | 70 | 15 | 5F | 0 | 51 | 38 | 80 | 5A | 17 |
| Octal | 6 | 160 | 25 | 137 | 0 | 121 | 70 | 200 | 132 | 27 |
| Binary | 110 | 1110000 | 10101 | 1011111 | 0 | 1010001 | 111000 | 10000000 | 1011010 | 10111 |
Color Harmonies of #067015
Complementary color
Monochromatic Colors of #067015
Black with #067015
Text Example
Text Example
White with #067015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067015; }
p { color: rgb(6,112,21); }
H1.HeaderClassName
{
color: #067015;
}
.AnyTagClassName
{
color: #067015;
}
</style>
background-color css
<style>
a { background-color: #067015; }
a { background-color: rgb(6,112,21); }
div.DivClassName
{
background-color: #067015;
}
.BgClassName
{
background-color: #067015;
}
</style>
border-color css
<style>
span { border-color: #067015; }
span { border-color: rgb(6,112,21); }
td.TdClassName
{
border-color: #067015;
}
.TagClassName
{
border-color: #067015;
}
</style>