Shades of Green #066813
Tints of Green #066813
RGB
CMYK
RGB Variations
Color information
#066813 (or 0x066813) is known color: Green. HEX triplet: 06, 68 and 13. RGB value is (6,104,19). Sum of RGB (Red+Green+Blue) = 6+104+19=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #066813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066813 is #F997EC. Grayscale: #414141. Windows color (decimal): -16357357 or 1271814. OLE color: 1271814.
HSL color Cylindrical-coordinate representation of color #066813: hue angle of 127.96º 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 #066813 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 19 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.59 |
| HSL | 127.96º | 0.89% | 0.22% | - |
| HSV(B) | 127.96º | 0.94% | 0.41% | - |
| XYZ | 5.14 | 9.99 | 2.27 | - |
| YUV | 65.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 19 | 0.94 | 0 | 0.82 | 0.59 | 127.96 | 0.89 | 0.22 |
| Hex | 6 | 68 | 13 | 5E | 0 | 52 | 3B | 80 | 59 | 16 |
| Octal | 6 | 150 | 23 | 136 | 0 | 122 | 73 | 200 | 131 | 26 |
| Binary | 110 | 1101000 | 10011 | 1011110 | 0 | 1010010 | 111011 | 10000000 | 1011001 | 10110 |
Color Harmonies of #066813
Complementary color
Monochromatic Colors of #066813
Black with #066813
Text Example
Text Example
White with #066813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066813; }
p { color: rgb(6,104,19); }
H1.HeaderClassName
{
color: #066813;
}
.AnyTagClassName
{
color: #066813;
}
</style>
background-color css
<style>
a { background-color: #066813; }
a { background-color: rgb(6,104,19); }
div.DivClassName
{
background-color: #066813;
}
.BgClassName
{
background-color: #066813;
}
</style>
border-color css
<style>
span { border-color: #066813; }
span { border-color: rgb(6,104,19); }
td.TdClassName
{
border-color: #066813;
}
.TagClassName
{
border-color: #066813;
}
</style>