Shades of Green #06670C
Tints of Green #06670C
RGB
CMYK
RGB Variations
Color information
#06670C (or 0x06670C) is known color: Green. HEX triplet: 06, 67 and 0C. RGB value is (6,103,12). Sum of RGB (Red+Green+Blue) = 6+103+12=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #06670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06670C is #F998F3. Grayscale: #3F3F3F. Windows color (decimal): -16357620 or 812806. OLE color: 812806.
HSL color Cylindrical-coordinate representation of color #06670C: hue angle of 123.71º 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 #06670C is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 12 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.60 |
| HSL | 123.71º | 0.89% | 0.21% | - |
| HSV(B) | 123.71º | 0.94% | 0.4% | - |
| XYZ | 4.99 | 9.77 | 1.97 | - |
| YUV | 63.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 12 | 0.94 | 0 | 0.88 | 0.60 | 123.71 | 0.89 | 0.21 |
| Hex | 6 | 67 | C | 5E | 0 | 58 | 3C | 7C | 59 | 15 |
| Octal | 6 | 147 | 14 | 136 | 0 | 130 | 74 | 174 | 131 | 25 |
| Binary | 110 | 1100111 | 1100 | 1011110 | 0 | 1011000 | 111100 | 1111100 | 1011001 | 10101 |
Color Harmonies of #06670C
Complementary color
Monochromatic Colors of #06670C
Black with #06670C
Text Example
Text Example
White with #06670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06670C; }
p { color: rgb(6,103,12); }
H1.HeaderClassName
{
color: #06670C;
}
.AnyTagClassName
{
color: #06670C;
}
</style>
background-color css
<style>
a { background-color: #06670C; }
a { background-color: rgb(6,103,12); }
div.DivClassName
{
background-color: #06670C;
}
.BgClassName
{
background-color: #06670C;
}
</style>
border-color css
<style>
span { border-color: #06670C; }
span { border-color: rgb(6,103,12); }
td.TdClassName
{
border-color: #06670C;
}
.TagClassName
{
border-color: #06670C;
}
</style>