Shades of Green #066800
Tints of Green #066800
RGB
CMYK
RGB Variations
Color information
#066800 (or 0x066800) is known color: Green. HEX triplet: 06, 68 and 00. RGB value is (6,104,0). Sum of RGB (Red+Green+Blue) = 6+104+0=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 104 (41.02% from 255 or 94.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 104 - color contains mainly: green. Hex color #066800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066800 is #F997FF. Grayscale: #3F3F3F. Windows color (decimal): -16357376 or 26630. OLE color: 26630.
HSL color Cylindrical-coordinate representation of color #066800: hue angle of 116.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #066800 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.59 |
| HSL | 116.54º | 1% | 0.2% | - |
| HSV(B) | 116.54º | 1% | 0.41% | - |
| XYZ | 5.03 | 9.94 | 1.65 | - |
| YUV | 62.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 0 | 0.94 | 0 | 1 | 0.59 | 116.54 | 1 | 0.2 |
| Hex | 6 | 68 | 0 | 5E | 0 | 64 | 3B | 75 | 64 | 14 |
| Octal | 6 | 150 | 0 | 136 | 0 | 144 | 73 | 165 | 144 | 24 |
| Binary | 110 | 1101000 | 0 | 1011110 | 0 | 1100100 | 111011 | 1110101 | 1100100 | 10100 |
Color Harmonies of #066800
Complementary color
Monochromatic Colors of #066800
Black with #066800
Text Example
Text Example
White with #066800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066800; }
p { color: rgb(6,104,0); }
H1.HeaderClassName
{
color: #066800;
}
.AnyTagClassName
{
color: #066800;
}
</style>
background-color css
<style>
a { background-color: #066800; }
a { background-color: rgb(6,104,0); }
div.DivClassName
{
background-color: #066800;
}
.BgClassName
{
background-color: #066800;
}
</style>
border-color css
<style>
span { border-color: #066800; }
span { border-color: rgb(6,104,0); }
td.TdClassName
{
border-color: #066800;
}
.TagClassName
{
border-color: #066800;
}
</style>