Shades of Green #066801
Tints of Green #066801
RGB
CMYK
RGB Variations
Color information
#066801 (or 0x066801) is known color: Green. HEX triplet: 06, 68 and 01. RGB value is (6,104,1). Sum of RGB (Red+Green+Blue) = 6+104+1=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 104 (41.02% from 255 or 93.69% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 104 - color contains mainly: green. Hex color #066801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066801 is #F997FE. Grayscale: #3F3F3F. Windows color (decimal): -16357375 or 92166. OLE color: 92166.
HSL color Cylindrical-coordinate representation of color #066801: hue angle of 117.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #066801 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.59 |
| HSL | 117.09º | 0.98% | 0.21% | - |
| HSV(B) | 117.09º | 0.99% | 0.41% | - |
| XYZ | 5.03 | 9.94 | 1.68 | - |
| YUV | 62.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 1 | 0.94 | 0 | 0.99 | 0.59 | 117.09 | 0.98 | 0.21 |
| Hex | 6 | 68 | 1 | 5E | 0 | 63 | 3B | 75 | 62 | 15 |
| Octal | 6 | 150 | 1 | 136 | 0 | 143 | 73 | 165 | 142 | 25 |
| Binary | 110 | 1101000 | 1 | 1011110 | 0 | 1100011 | 111011 | 1110101 | 1100010 | 10101 |
Color Harmonies of #066801
Complementary color
Monochromatic Colors of #066801
Black with #066801
Text Example
Text Example
White with #066801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066801; }
p { color: rgb(6,104,1); }
H1.HeaderClassName
{
color: #066801;
}
.AnyTagClassName
{
color: #066801;
}
</style>
background-color css
<style>
a { background-color: #066801; }
a { background-color: rgb(6,104,1); }
div.DivClassName
{
background-color: #066801;
}
.BgClassName
{
background-color: #066801;
}
</style>
border-color css
<style>
span { border-color: #066801; }
span { border-color: rgb(6,104,1); }
td.TdClassName
{
border-color: #066801;
}
.TagClassName
{
border-color: #066801;
}
</style>