Shades of Pine Green #066F6E
Tints of Pine Green #066F6E
RGB
CMYK
RGB Variations
Color information
#066F6E (or 0x066F6E) is known color: Pine Green. HEX triplet: 06, 6F and 6E. RGB value is (6,111,110). Sum of RGB (Red+Green+Blue) = 6+111+110=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #066F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F6E is #F99091. Grayscale: #4F4F4F. Windows color (decimal): -16355474 or 7237382. OLE color: 7237382.
HSL color Cylindrical-coordinate representation of color #066F6E: hue angle of 179.43º 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 #066F6E is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 110 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.56 |
| HSL | 179.43º | 0.9% | 0.23% | - |
| HSV(B) | 179.43º | 0.95% | 0.44% | - |
| XYZ | 8.57 | 12.53 | 16.72 | - |
| YUV | 79.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 110 | 0.95 | 0 | 0.01 | 0.56 | 179.43 | 0.9 | 0.23 |
| Hex | 6 | 6F | 6E | 5F | 0 | 1 | 38 | B3 | 5A | 17 |
| Octal | 6 | 157 | 156 | 137 | 0 | 1 | 70 | 263 | 132 | 27 |
| Binary | 110 | 1101111 | 1101110 | 1011111 | 0 | 1 | 111000 | 10110011 | 1011010 | 10111 |
Color Harmonies of #066F6E
Complementary color
Monochromatic Colors of #066F6E
Black with #066F6E
Text Example
Text Example
White with #066F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F6E; }
p { color: rgb(6,111,110); }
H1.HeaderClassName
{
color: #066F6E;
}
.AnyTagClassName
{
color: #066F6E;
}
</style>
background-color css
<style>
a { background-color: #066F6E; }
a { background-color: rgb(6,111,110); }
div.DivClassName
{
background-color: #066F6E;
}
.BgClassName
{
background-color: #066F6E;
}
</style>
border-color css
<style>
span { border-color: #066F6E; }
span { border-color: rgb(6,111,110); }
td.TdClassName
{
border-color: #066F6E;
}
.TagClassName
{
border-color: #066F6E;
}
</style>