Shades of Green #066F1B
Tints of Green #066F1B
RGB
CMYK
RGB Variations
Color information
#066F1B (or 0x066F1B) is known color: Green. HEX triplet: 06, 6F and 1B. RGB value is (6,111,27). Sum of RGB (Red+Green+Blue) = 6+111+27=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #066F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F1B is #F990E4. Grayscale: #464646. Windows color (decimal): -16355557 or 1797894. OLE color: 1797894.
HSL color Cylindrical-coordinate representation of color #066F1B: hue angle of 132º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F1B is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 27 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.56 |
| HSL | 132º | 0.9% | 0.23% | - |
| HSV(B) | 132º | 0.95% | 0.44% | - |
| XYZ | 5.96 | 11.49 | 2.94 | - |
| YUV | 70.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 27 | 0.95 | 0 | 0.76 | 0.56 | 132 | 0.9 | 0.23 |
| Hex | 6 | 6F | 1B | 5F | 0 | 4C | 38 | 84 | 5A | 17 |
| Octal | 6 | 157 | 33 | 137 | 0 | 114 | 70 | 204 | 132 | 27 |
| Binary | 110 | 1101111 | 11011 | 1011111 | 0 | 1001100 | 111000 | 10000100 | 1011010 | 10111 |
Color Harmonies of #066F1B
Complementary color
Monochromatic Colors of #066F1B
Black with #066F1B
Text Example
Text Example
White with #066F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F1B; }
p { color: rgb(6,111,27); }
H1.HeaderClassName
{
color: #066F1B;
}
.AnyTagClassName
{
color: #066F1B;
}
</style>
background-color css
<style>
a { background-color: #066F1B; }
a { background-color: rgb(6,111,27); }
div.DivClassName
{
background-color: #066F1B;
}
.BgClassName
{
background-color: #066F1B;
}
</style>
border-color css
<style>
span { border-color: #066F1B; }
span { border-color: rgb(6,111,27); }
td.TdClassName
{
border-color: #066F1B;
}
.TagClassName
{
border-color: #066F1B;
}
</style>