Shades of Green #067700
Tints of Green #067700
RGB
CMYK
RGB Variations
Color information
#067700 (or 0x067700) is known color: Green. HEX triplet: 06, 77 and 00. RGB value is (6,119,0). Sum of RGB (Red+Green+Blue) = 6+119+0=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 119 (46.88% from 255 or 95.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 119 - color contains mainly: green. Hex color #067700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067700 is #F988FF. Grayscale: #484848. Windows color (decimal): -16353536 or 30470. OLE color: 30470.
HSL color Cylindrical-coordinate representation of color #067700: hue angle of 116.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #067700 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.53 |
| HSL | 116.97º | 1% | 0.23% | - |
| HSV(B) | 116.97º | 1% | 0.47% | - |
| XYZ | 6.67 | 13.23 | 2.2 | - |
| YUV | 71.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 0 | 0.95 | 0 | 1 | 0.53 | 116.97 | 1 | 0.23 |
| Hex | 6 | 77 | 0 | 5F | 0 | 64 | 35 | 75 | 64 | 17 |
| Octal | 6 | 167 | 0 | 137 | 0 | 144 | 65 | 165 | 144 | 27 |
| Binary | 110 | 1110111 | 0 | 1011111 | 0 | 1100100 | 110101 | 1110101 | 1100100 | 10111 |
Color Harmonies of #067700
Complementary color
Monochromatic Colors of #067700
Black with #067700
Text Example
Text Example
White with #067700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067700; }
p { color: rgb(6,119,0); }
H1.HeaderClassName
{
color: #067700;
}
.AnyTagClassName
{
color: #067700;
}
</style>
background-color css
<style>
a { background-color: #067700; }
a { background-color: rgb(6,119,0); }
div.DivClassName
{
background-color: #067700;
}
.BgClassName
{
background-color: #067700;
}
</style>
border-color css
<style>
span { border-color: #067700; }
span { border-color: rgb(6,119,0); }
td.TdClassName
{
border-color: #067700;
}
.TagClassName
{
border-color: #067700;
}
</style>