Shades of Green #06680B
Tints of Green #06680B
RGB
CMYK
RGB Variations
Color information
#06680B (or 0x06680B) is known color: Green. HEX triplet: 06, 68 and 0B. RGB value is (6,104,11). Sum of RGB (Red+Green+Blue) = 6+104+11=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #06680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06680B is #F997F4. Grayscale: #404040. Windows color (decimal): -16357365 or 747526. OLE color: 747526.
HSL color Cylindrical-coordinate representation of color #06680B: hue angle of 123.06º 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 #06680B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 11 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.59 |
| HSL | 123.06º | 0.89% | 0.22% | - |
| HSV(B) | 123.06º | 0.94% | 0.41% | - |
| XYZ | 5.09 | 9.96 | 1.97 | - |
| YUV | 64.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 11 | 0.94 | 0 | 0.89 | 0.59 | 123.06 | 0.89 | 0.22 |
| Hex | 6 | 68 | B | 5E | 0 | 59 | 3B | 7B | 59 | 16 |
| Octal | 6 | 150 | 13 | 136 | 0 | 131 | 73 | 173 | 131 | 26 |
| Binary | 110 | 1101000 | 1011 | 1011110 | 0 | 1011001 | 111011 | 1111011 | 1011001 | 10110 |
Color Harmonies of #06680B
Complementary color
Monochromatic Colors of #06680B
Black with #06680B
Text Example
Text Example
White with #06680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06680B; }
p { color: rgb(6,104,11); }
H1.HeaderClassName
{
color: #06680B;
}
.AnyTagClassName
{
color: #06680B;
}
</style>
background-color css
<style>
a { background-color: #06680B; }
a { background-color: rgb(6,104,11); }
div.DivClassName
{
background-color: #06680B;
}
.BgClassName
{
background-color: #06680B;
}
</style>
border-color css
<style>
span { border-color: #06680B; }
span { border-color: rgb(6,104,11); }
td.TdClassName
{
border-color: #06680B;
}
.TagClassName
{
border-color: #06680B;
}
</style>