Shades of Green #066817
Tints of Green #066817
RGB
CMYK
RGB Variations
Color information
#066817 (or 0x066817) is known color: Green. HEX triplet: 06, 68 and 17. RGB value is (6,104,23). Sum of RGB (Red+Green+Blue) = 6+104+23=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #066817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066817 is #F997E8. Grayscale: #414141. Windows color (decimal): -16357353 or 1533958. OLE color: 1533958.
HSL color Cylindrical-coordinate representation of color #066817: hue angle of 130.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066817 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 23 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.59 |
| HSL | 130.41º | 0.89% | 0.22% | - |
| HSV(B) | 130.41º | 0.94% | 0.41% | - |
| XYZ | 5.18 | 10 | 2.47 | - |
| YUV | 65.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 23 | 0.94 | 0 | 0.78 | 0.59 | 130.41 | 0.89 | 0.22 |
| Hex | 6 | 68 | 17 | 5E | 0 | 4E | 3B | 82 | 59 | 16 |
| Octal | 6 | 150 | 27 | 136 | 0 | 116 | 73 | 202 | 131 | 26 |
| Binary | 110 | 1101000 | 10111 | 1011110 | 0 | 1001110 | 111011 | 10000010 | 1011001 | 10110 |
Color Harmonies of #066817
Complementary color
Monochromatic Colors of #066817
Black with #066817
Text Example
Text Example
White with #066817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066817; }
p { color: rgb(6,104,23); }
H1.HeaderClassName
{
color: #066817;
}
.AnyTagClassName
{
color: #066817;
}
</style>
background-color css
<style>
a { background-color: #066817; }
a { background-color: rgb(6,104,23); }
div.DivClassName
{
background-color: #066817;
}
.BgClassName
{
background-color: #066817;
}
</style>
border-color css
<style>
span { border-color: #066817; }
span { border-color: rgb(6,104,23); }
td.TdClassName
{
border-color: #066817;
}
.TagClassName
{
border-color: #066817;
}
</style>