Shades of Green #066515
Tints of Green #066515
RGB
CMYK
RGB Variations
Color information
#066515 (or 0x066515) is known color: Green. HEX triplet: 06, 65 and 15. RGB value is (6,101,21). Sum of RGB (Red+Green+Blue) = 6+101+21=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #066515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066515 is #F99AEA. Grayscale: #3F3F3F. Windows color (decimal): -16358123 or 1402118. OLE color: 1402118.
HSL color Cylindrical-coordinate representation of color #066515: hue angle of 129.47º 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 #066515 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 21 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.60 |
| HSL | 129.47º | 0.89% | 0.21% | - |
| HSV(B) | 129.47º | 0.94% | 0.4% | - |
| XYZ | 4.86 | 9.4 | 2.27 | - |
| YUV | 63.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 21 | 0.94 | 0 | 0.79 | 0.60 | 129.47 | 0.89 | 0.21 |
| Hex | 6 | 65 | 15 | 5E | 0 | 4F | 3C | 81 | 59 | 15 |
| Octal | 6 | 145 | 25 | 136 | 0 | 117 | 74 | 201 | 131 | 25 |
| Binary | 110 | 1100101 | 10101 | 1011110 | 0 | 1001111 | 111100 | 10000001 | 1011001 | 10101 |
Color Harmonies of #066515
Complementary color
Monochromatic Colors of #066515
Black with #066515
Text Example
Text Example
White with #066515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066515; }
p { color: rgb(6,101,21); }
H1.HeaderClassName
{
color: #066515;
}
.AnyTagClassName
{
color: #066515;
}
</style>
background-color css
<style>
a { background-color: #066515; }
a { background-color: rgb(6,101,21); }
div.DivClassName
{
background-color: #066515;
}
.BgClassName
{
background-color: #066515;
}
</style>
border-color css
<style>
span { border-color: #066515; }
span { border-color: rgb(6,101,21); }
td.TdClassName
{
border-color: #066515;
}
.TagClassName
{
border-color: #066515;
}
</style>