Shades of Green #067113
Tints of Green #067113
RGB
CMYK
RGB Variations
Color information
#067113 (or 0x067113) is known color: Green. HEX triplet: 06, 71 and 13. RGB value is (6,113,19). Sum of RGB (Red+Green+Blue) = 6+113+19=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #067113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067113 is #F98EEC. Grayscale: #464646. Windows color (decimal): -16355053 or 1274118. OLE color: 1274118.
HSL color Cylindrical-coordinate representation of color #067113: hue angle of 127.29º 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 #067113 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 19 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.56 |
| HSL | 127.29º | 0.9% | 0.23% | - |
| HSV(B) | 127.29º | 0.95% | 0.44% | - |
| XYZ | 6.1 | 11.9 | 2.59 | - |
| YUV | 70.29 | 99.05 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 19 | 0.95 | 0 | 0.83 | 0.56 | 127.29 | 0.9 | 0.23 |
| Hex | 6 | 71 | 13 | 5F | 0 | 53 | 38 | 7F | 5A | 17 |
| Octal | 6 | 161 | 23 | 137 | 0 | 123 | 70 | 177 | 132 | 27 |
| Binary | 110 | 1110001 | 10011 | 1011111 | 0 | 1010011 | 111000 | 1111111 | 1011010 | 10111 |
Color Harmonies of #067113
Complementary color
Monochromatic Colors of #067113
Black with #067113
Text Example
Text Example
White with #067113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067113; }
p { color: rgb(6,113,19); }
H1.HeaderClassName
{
color: #067113;
}
.AnyTagClassName
{
color: #067113;
}
</style>
background-color css
<style>
a { background-color: #067113; }
a { background-color: rgb(6,113,19); }
div.DivClassName
{
background-color: #067113;
}
.BgClassName
{
background-color: #067113;
}
</style>
border-color css
<style>
span { border-color: #067113; }
span { border-color: rgb(6,113,19); }
td.TdClassName
{
border-color: #067113;
}
.TagClassName
{
border-color: #067113;
}
</style>