Shades of Green #066713
Tints of Green #066713
RGB
CMYK
RGB Variations
Color information
#066713 (or 0x066713) is known color: Green. HEX triplet: 06, 67 and 13. RGB value is (6,103,19). Sum of RGB (Red+Green+Blue) = 6+103+19=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 103 (40.62% from 255 or 80.47% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 103 - color contains mainly: green. Hex color #066713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066713 is #F998EC. Grayscale: #404040. Windows color (decimal): -16357613 or 1271558. OLE color: 1271558.
HSL color Cylindrical-coordinate representation of color #066713: hue angle of 128.04º 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 #066713 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 19 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.60 |
| HSL | 128.04º | 0.89% | 0.21% | - |
| HSV(B) | 128.04º | 0.94% | 0.4% | - |
| XYZ | 5.04 | 9.79 | 2.24 | - |
| YUV | 64.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 19 | 0.94 | 0 | 0.82 | 0.60 | 128.04 | 0.89 | 0.21 |
| Hex | 6 | 67 | 13 | 5E | 0 | 52 | 3C | 80 | 59 | 15 |
| Octal | 6 | 147 | 23 | 136 | 0 | 122 | 74 | 200 | 131 | 25 |
| Binary | 110 | 1100111 | 10011 | 1011110 | 0 | 1010010 | 111100 | 10000000 | 1011001 | 10101 |
Color Harmonies of #066713
Complementary color
Monochromatic Colors of #066713
Black with #066713
Text Example
Text Example
White with #066713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066713; }
p { color: rgb(6,103,19); }
H1.HeaderClassName
{
color: #066713;
}
.AnyTagClassName
{
color: #066713;
}
</style>
background-color css
<style>
a { background-color: #066713; }
a { background-color: rgb(6,103,19); }
div.DivClassName
{
background-color: #066713;
}
.BgClassName
{
background-color: #066713;
}
</style>
border-color css
<style>
span { border-color: #066713; }
span { border-color: rgb(6,103,19); }
td.TdClassName
{
border-color: #066713;
}
.TagClassName
{
border-color: #066713;
}
</style>