Shades of Green #066513
Tints of Green #066513
RGB
CMYK
RGB Variations
Color information
#066513 (or 0x066513) is known color: Green. HEX triplet: 06, 65 and 13. RGB value is (6,101,19). Sum of RGB (Red+Green+Blue) = 6+101+19=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #066513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066513 is #F99AEC. Grayscale: #3F3F3F. Windows color (decimal): -16358125 or 1271046. OLE color: 1271046.
HSL color Cylindrical-coordinate representation of color #066513: hue angle of 128.21º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066513 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 19 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.60 |
| HSL | 128.21º | 0.89% | 0.21% | - |
| HSV(B) | 128.21º | 0.94% | 0.4% | - |
| XYZ | 4.85 | 9.39 | 2.17 | - |
| YUV | 63.25 | 103.03 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 19 | 0.94 | 0 | 0.81 | 0.60 | 128.21 | 0.89 | 0.21 |
| Hex | 6 | 65 | 13 | 5E | 0 | 51 | 3C | 80 | 59 | 15 |
| Octal | 6 | 145 | 23 | 136 | 0 | 121 | 74 | 200 | 131 | 25 |
| Binary | 110 | 1100101 | 10011 | 1011110 | 0 | 1010001 | 111100 | 10000000 | 1011001 | 10101 |
Color Harmonies of #066513
Complementary color
Monochromatic Colors of #066513
Black with #066513
Text Example
Text Example
White with #066513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066513; }
p { color: rgb(6,101,19); }
H1.HeaderClassName
{
color: #066513;
}
.AnyTagClassName
{
color: #066513;
}
</style>
background-color css
<style>
a { background-color: #066513; }
a { background-color: rgb(6,101,19); }
div.DivClassName
{
background-color: #066513;
}
.BgClassName
{
background-color: #066513;
}
</style>
border-color css
<style>
span { border-color: #066513; }
span { border-color: rgb(6,101,19); }
td.TdClassName
{
border-color: #066513;
}
.TagClassName
{
border-color: #066513;
}
</style>