Shades of Green #066B0B
Tints of Green #066B0B
RGB
CMYK
RGB Variations
Color information
#066B0B (or 0x066B0B) is known color: Green. HEX triplet: 06, 6B and 0B. RGB value is (6,107,11). Sum of RGB (Red+Green+Blue) = 6+107+11=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 107 (42.19% from 255 or 86.29% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 107 - color contains mainly: green. Hex color #066B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066B0B is #F994F4. Grayscale: #424242. Windows color (decimal): -16356597 or 748294. OLE color: 748294.
HSL color Cylindrical-coordinate representation of color #066B0B: hue angle of 122.97º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B0B is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 11 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.58 |
| HSL | 122.97º | 0.89% | 0.22% | - |
| HSV(B) | 122.97º | 0.94% | 0.42% | - |
| XYZ | 5.39 | 10.58 | 2.07 | - |
| YUV | 65.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 11 | 0.94 | 0 | 0.90 | 0.58 | 122.97 | 0.89 | 0.22 |
| Hex | 6 | 6B | B | 5E | 0 | 5A | 3A | 7B | 59 | 16 |
| Octal | 6 | 153 | 13 | 136 | 0 | 132 | 72 | 173 | 131 | 26 |
| Binary | 110 | 1101011 | 1011 | 1011110 | 0 | 1011010 | 111010 | 1111011 | 1011001 | 10110 |
Color Harmonies of #066B0B
Complementary color
Monochromatic Colors of #066B0B
Black with #066B0B
Text Example
Text Example
White with #066B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B0B; }
p { color: rgb(6,107,11); }
H1.HeaderClassName
{
color: #066B0B;
}
.AnyTagClassName
{
color: #066B0B;
}
</style>
background-color css
<style>
a { background-color: #066B0B; }
a { background-color: rgb(6,107,11); }
div.DivClassName
{
background-color: #066B0B;
}
.BgClassName
{
background-color: #066B0B;
}
</style>
border-color css
<style>
span { border-color: #066B0B; }
span { border-color: rgb(6,107,11); }
td.TdClassName
{
border-color: #066B0B;
}
.TagClassName
{
border-color: #066B0B;
}
</style>