Shades of Green #066901
Tints of Green #066901
RGB
CMYK
RGB Variations
Color information
#066901 (or 0x066901) is known color: Green. HEX triplet: 06, 69 and 01. RGB value is (6,105,1). Sum of RGB (Red+Green+Blue) = 6+105+1=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 105 (41.41% from 255 or 93.75% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 105 - color contains mainly: green. Hex color #066901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066901 is #F996FE. Grayscale: #3F3F3F. Windows color (decimal): -16357119 or 92422. OLE color: 92422.
HSL color Cylindrical-coordinate representation of color #066901: hue angle of 117.12º 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 #066901 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.59 |
| HSL | 117.12º | 0.98% | 0.21% | - |
| HSV(B) | 117.12º | 0.99% | 0.41% | - |
| XYZ | 5.13 | 10.14 | 1.72 | - |
| YUV | 63.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 1 | 0.94 | 0 | 0.99 | 0.59 | 117.12 | 0.98 | 0.21 |
| Hex | 6 | 69 | 1 | 5E | 0 | 63 | 3B | 75 | 62 | 15 |
| Octal | 6 | 151 | 1 | 136 | 0 | 143 | 73 | 165 | 142 | 25 |
| Binary | 110 | 1101001 | 1 | 1011110 | 0 | 1100011 | 111011 | 1110101 | 1100010 | 10101 |
Color Harmonies of #066901
Complementary color
Monochromatic Colors of #066901
Black with #066901
Text Example
Text Example
White with #066901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066901; }
p { color: rgb(6,105,1); }
H1.HeaderClassName
{
color: #066901;
}
.AnyTagClassName
{
color: #066901;
}
</style>
background-color css
<style>
a { background-color: #066901; }
a { background-color: rgb(6,105,1); }
div.DivClassName
{
background-color: #066901;
}
.BgClassName
{
background-color: #066901;
}
</style>
border-color css
<style>
span { border-color: #066901; }
span { border-color: rgb(6,105,1); }
td.TdClassName
{
border-color: #066901;
}
.TagClassName
{
border-color: #066901;
}
</style>