Shades of Green #06690C
Tints of Green #06690C
RGB
CMYK
RGB Variations
Color information
#06690C (or 0x06690C) is known color: Green. HEX triplet: 06, 69 and 0C. RGB value is (6,105,12). Sum of RGB (Red+Green+Blue) = 6+105+12=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 105 (41.41% from 255 or 85.37% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 105 - color contains mainly: green. Hex color #06690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690C is #F996F3. Grayscale: #414141. Windows color (decimal): -16357108 or 813318. OLE color: 813318.
HSL color Cylindrical-coordinate representation of color #06690C: hue angle of 123.64º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06690C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 12 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.59 |
| HSL | 123.64º | 0.89% | 0.22% | - |
| HSV(B) | 123.64º | 0.94% | 0.41% | - |
| XYZ | 5.19 | 10.17 | 2.04 | - |
| YUV | 64.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 12 | 0.94 | 0 | 0.89 | 0.59 | 123.64 | 0.89 | 0.22 |
| Hex | 6 | 69 | C | 5E | 0 | 59 | 3B | 7C | 59 | 16 |
| Octal | 6 | 151 | 14 | 136 | 0 | 131 | 73 | 174 | 131 | 26 |
| Binary | 110 | 1101001 | 1100 | 1011110 | 0 | 1011001 | 111011 | 1111100 | 1011001 | 10110 |
Color Harmonies of #06690C
Complementary color
Monochromatic Colors of #06690C
Black with #06690C
Text Example
Text Example
White with #06690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06690C; }
p { color: rgb(6,105,12); }
H1.HeaderClassName
{
color: #06690C;
}
.AnyTagClassName
{
color: #06690C;
}
</style>
background-color css
<style>
a { background-color: #06690C; }
a { background-color: rgb(6,105,12); }
div.DivClassName
{
background-color: #06690C;
}
.BgClassName
{
background-color: #06690C;
}
</style>
border-color css
<style>
span { border-color: #06690C; }
span { border-color: rgb(6,105,12); }
td.TdClassName
{
border-color: #06690C;
}
.TagClassName
{
border-color: #06690C;
}
</style>