Shades of Pine Green #067B69
Tints of Pine Green #067B69
RGB
CMYK
RGB Variations
Color information
#067B69 (or 0x067B69) is known color: Pine Green. HEX triplet: 06, 7B and 69. RGB value is (6,123,105). Sum of RGB (Red+Green+Blue) = 6+123+105=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #067B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B69 is #F98496. Grayscale: #555555. Windows color (decimal): -16352407 or 6912774. OLE color: 6912774.
HSL color Cylindrical-coordinate representation of color #067B69: hue angle of 170.77º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B69 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 105 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.52 |
| HSL | 170.77º | 0.91% | 0.25% | - |
| HSV(B) | 170.77º | 0.95% | 0.48% | - |
| XYZ | 9.71 | 15.22 | 15.79 | - |
| YUV | 85.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 105 | 0.95 | 0 | 0.15 | 0.52 | 170.77 | 0.91 | 0.25 |
| Hex | 6 | 7B | 69 | 5F | 0 | F | 34 | AB | 5B | 19 |
| Octal | 6 | 173 | 151 | 137 | 0 | 17 | 64 | 253 | 133 | 31 |
| Binary | 110 | 1111011 | 1101001 | 1011111 | 0 | 1111 | 110100 | 10101011 | 1011011 | 11001 |
Color Harmonies of #067B69
Complementary color
Monochromatic Colors of #067B69
Black with #067B69
Text Example
Text Example
White with #067B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B69; }
p { color: rgb(6,123,105); }
H1.HeaderClassName
{
color: #067B69;
}
.AnyTagClassName
{
color: #067B69;
}
</style>
background-color css
<style>
a { background-color: #067B69; }
a { background-color: rgb(6,123,105); }
div.DivClassName
{
background-color: #067B69;
}
.BgClassName
{
background-color: #067B69;
}
</style>
border-color css
<style>
span { border-color: #067B69; }
span { border-color: rgb(6,123,105); }
td.TdClassName
{
border-color: #067B69;
}
.TagClassName
{
border-color: #067B69;
}
</style>