Shades of Green #067B1E
Tints of Green #067B1E
RGB
CMYK
RGB Variations
Color information
#067B1E (or 0x067B1E) is known color: Green. HEX triplet: 06, 7B and 1E. RGB value is (6,123,30). Sum of RGB (Red+Green+Blue) = 6+123+30=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 123 (48.44% from 255 or 77.36% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 123 - color contains mainly: green. Hex color #067B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B1E is #F984E1. Grayscale: #4D4D4D. Windows color (decimal): -16352482 or 1997574. OLE color: 1997574.
HSL color Cylindrical-coordinate representation of color #067B1E: hue angle of 132.31º 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 #067B1E is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 30 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.52 |
| HSL | 132.31º | 0.91% | 0.25% | - |
| HSV(B) | 132.31º | 0.95% | 0.48% | - |
| XYZ | 7.39 | 14.3 | 3.6 | - |
| YUV | 77.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 30 | 0.95 | 0 | 0.76 | 0.52 | 132.31 | 0.91 | 0.25 |
| Hex | 6 | 7B | 1E | 5F | 0 | 4C | 34 | 84 | 5B | 19 |
| Octal | 6 | 173 | 36 | 137 | 0 | 114 | 64 | 204 | 133 | 31 |
| Binary | 110 | 1111011 | 11110 | 1011111 | 0 | 1001100 | 110100 | 10000100 | 1011011 | 11001 |
Color Harmonies of #067B1E
Complementary color
Monochromatic Colors of #067B1E
Black with #067B1E
Text Example
Text Example
White with #067B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B1E; }
p { color: rgb(6,123,30); }
H1.HeaderClassName
{
color: #067B1E;
}
.AnyTagClassName
{
color: #067B1E;
}
</style>
background-color css
<style>
a { background-color: #067B1E; }
a { background-color: rgb(6,123,30); }
div.DivClassName
{
background-color: #067B1E;
}
.BgClassName
{
background-color: #067B1E;
}
</style>
border-color css
<style>
span { border-color: #067B1E; }
span { border-color: rgb(6,123,30); }
td.TdClassName
{
border-color: #067B1E;
}
.TagClassName
{
border-color: #067B1E;
}
</style>