Shades of Green #06690F
Tints of Green #06690F
RGB
CMYK
RGB Variations
Color information
#06690F (or 0x06690F) is known color: Green. HEX triplet: 06, 69 and 0F. RGB value is (6,105,15). Sum of RGB (Red+Green+Blue) = 6+105+15=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #06690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690F is #F996F0. Grayscale: #414141. Windows color (decimal): -16357105 or 1009926. OLE color: 1009926.
HSL color Cylindrical-coordinate representation of color #06690F: hue angle of 125.45º 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 #06690F is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 15 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.59 |
| HSL | 125.45º | 0.89% | 0.22% | - |
| HSV(B) | 125.45º | 0.94% | 0.41% | - |
| XYZ | 5.21 | 10.18 | 2.14 | - |
| YUV | 65.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 15 | 0.94 | 0 | 0.86 | 0.59 | 125.45 | 0.89 | 0.22 |
| Hex | 6 | 69 | F | 5E | 0 | 56 | 3B | 7D | 59 | 16 |
| Octal | 6 | 151 | 17 | 136 | 0 | 126 | 73 | 175 | 131 | 26 |
| Binary | 110 | 1101001 | 1111 | 1011110 | 0 | 1010110 | 111011 | 1111101 | 1011001 | 10110 |
Color Harmonies of #06690F
Complementary color
Monochromatic Colors of #06690F
Black with #06690F
Text Example
Text Example
White with #06690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06690F; }
p { color: rgb(6,105,15); }
H1.HeaderClassName
{
color: #06690F;
}
.AnyTagClassName
{
color: #06690F;
}
</style>
background-color css
<style>
a { background-color: #06690F; }
a { background-color: rgb(6,105,15); }
div.DivClassName
{
background-color: #06690F;
}
.BgClassName
{
background-color: #06690F;
}
</style>
border-color css
<style>
span { border-color: #06690F; }
span { border-color: rgb(6,105,15); }
td.TdClassName
{
border-color: #06690F;
}
.TagClassName
{
border-color: #06690F;
}
</style>