Shades of Green #06660F
Tints of Green #06660F
RGB
CMYK
RGB Variations
Color information
#06660F (or 0x06660F) is known color: Green. HEX triplet: 06, 66 and 0F. RGB value is (6,102,15). Sum of RGB (Red+Green+Blue) = 6+102+15=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #06660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06660F is #F999F0. Grayscale: #3F3F3F. Windows color (decimal): -16357873 or 1009158. OLE color: 1009158.
HSL color Cylindrical-coordinate representation of color #06660F: hue angle of 125.62º 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 #06660F is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 15 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.6 |
| HSL | 125.63º | 0.89% | 0.21% | - |
| HSV(B) | 125.63º | 0.94% | 0.4% | - |
| XYZ | 4.91 | 9.58 | 2.04 | - |
| YUV | 63.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 15 | 0.94 | 0 | 0.85 | 0.6 | 125.63 | 0.89 | 0.21 |
| Hex | 6 | 66 | F | 5E | 0 | 55 | 3C | 7E | 59 | 15 |
| Octal | 6 | 146 | 17 | 136 | 0 | 125 | 74 | 176 | 131 | 25 |
| Binary | 110 | 1100110 | 1111 | 1011110 | 0 | 1010101 | 111100 | 1111110 | 1011001 | 10101 |
Color Harmonies of #06660F
Complementary color
Monochromatic Colors of #06660F
Black with #06660F
Text Example
Text Example
White with #06660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06660F; }
p { color: rgb(6,102,15); }
H1.HeaderClassName
{
color: #06660F;
}
.AnyTagClassName
{
color: #06660F;
}
</style>
background-color css
<style>
a { background-color: #06660F; }
a { background-color: rgb(6,102,15); }
div.DivClassName
{
background-color: #06660F;
}
.BgClassName
{
background-color: #06660F;
}
</style>
border-color css
<style>
span { border-color: #06660F; }
span { border-color: rgb(6,102,15); }
td.TdClassName
{
border-color: #06660F;
}
.TagClassName
{
border-color: #06660F;
}
</style>