Shades of Green #06690B
Tints of Green #06690B
RGB
CMYK
RGB Variations
Color information
#06690B (or 0x06690B) is known color: Green. HEX triplet: 06, 69 and 0B. RGB value is (6,105,11). Sum of RGB (Red+Green+Blue) = 6+105+11=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 105 (41.41% from 255 or 86.07% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 105 - color contains mainly: green. Hex color #06690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690B is #F996F4. Grayscale: #404040. Windows color (decimal): -16357109 or 747782. OLE color: 747782.
HSL color Cylindrical-coordinate representation of color #06690B: hue angle of 123.03º 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 #06690B is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 11 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.59 |
| HSL | 123.03º | 0.89% | 0.22% | - |
| HSV(B) | 123.03º | 0.94% | 0.41% | - |
| XYZ | 5.19 | 10.17 | 2.01 | - |
| YUV | 64.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 11 | 0.94 | 0 | 0.90 | 0.59 | 123.03 | 0.89 | 0.22 |
| Hex | 6 | 69 | B | 5E | 0 | 5A | 3B | 7B | 59 | 16 |
| Octal | 6 | 151 | 13 | 136 | 0 | 132 | 73 | 173 | 131 | 26 |
| Binary | 110 | 1101001 | 1011 | 1011110 | 0 | 1011010 | 111011 | 1111011 | 1011001 | 10110 |
Color Harmonies of #06690B
Complementary color
Monochromatic Colors of #06690B
Black with #06690B
Text Example
Text Example
White with #06690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06690B; }
p { color: rgb(6,105,11); }
H1.HeaderClassName
{
color: #06690B;
}
.AnyTagClassName
{
color: #06690B;
}
</style>
background-color css
<style>
a { background-color: #06690B; }
a { background-color: rgb(6,105,11); }
div.DivClassName
{
background-color: #06690B;
}
.BgClassName
{
background-color: #06690B;
}
</style>
border-color css
<style>
span { border-color: #06690B; }
span { border-color: rgb(6,105,11); }
td.TdClassName
{
border-color: #06690B;
}
.TagClassName
{
border-color: #06690B;
}
</style>