Shades of Pine Green #068270
Tints of Pine Green #068270
RGB
CMYK
RGB Variations
Color information
#068270 (or 0x068270) is known color: Pine Green. HEX triplet: 06, 82 and 70. RGB value is (6,130,112). Sum of RGB (Red+Green+Blue) = 6+130+112=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #068270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068270 is #F97D8F. Grayscale: #5A5A5A. Windows color (decimal): -16350608 or 7373318. OLE color: 7373318.
HSL color Cylindrical-coordinate representation of color #068270: hue angle of 171.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068270 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 112 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.49 |
| HSL | 171.29º | 0.91% | 0.27% | - |
| HSV(B) | 171.29º | 0.95% | 0.51% | - |
| XYZ | 10.98 | 17.17 | 18.07 | - |
| YUV | 90.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 112 | 0.95 | 0 | 0.14 | 0.49 | 171.29 | 0.91 | 0.27 |
| Hex | 6 | 82 | 70 | 5F | 0 | E | 31 | AB | 5B | 1B |
| Octal | 6 | 202 | 160 | 137 | 0 | 16 | 61 | 253 | 133 | 33 |
| Binary | 110 | 10000010 | 1110000 | 1011111 | 0 | 1110 | 110001 | 10101011 | 1011011 | 11011 |
Color Harmonies of #068270
Complementary color
Monochromatic Colors of #068270
Black with #068270
Text Example
Text Example
White with #068270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068270; }
p { color: rgb(6,130,112); }
H1.HeaderClassName
{
color: #068270;
}
.AnyTagClassName
{
color: #068270;
}
</style>
background-color css
<style>
a { background-color: #068270; }
a { background-color: rgb(6,130,112); }
div.DivClassName
{
background-color: #068270;
}
.BgClassName
{
background-color: #068270;
}
</style>
border-color css
<style>
span { border-color: #068270; }
span { border-color: rgb(6,130,112); }
td.TdClassName
{
border-color: #068270;
}
.TagClassName
{
border-color: #068270;
}
</style>