Shades of Pine Green #057A68
Tints of Pine Green #057A68
RGB
CMYK
RGB Variations
Color information
#057A68 (or 0x057A68) is known color: Pine Green. HEX triplet: 05, 7A and 68. RGB value is (5,122,104). Sum of RGB (Red+Green+Blue) = 5+122+104=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #057A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A68 is #FA8597. Grayscale: #545454. Windows color (decimal): -16418200 or 6846981. OLE color: 6846981.
HSL color Cylindrical-coordinate representation of color #057A68: hue angle of 170.77º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A68 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 104 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.52 |
| HSL | 170.77º | 0.92% | 0.25% | - |
| HSV(B) | 170.77º | 0.96% | 0.48% | - |
| XYZ | 9.52 | 14.95 | 15.48 | - |
| YUV | 84.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 104 | 0.96 | 0 | 0.15 | 0.52 | 170.77 | 0.92 | 0.25 |
| Hex | 5 | 7A | 68 | 60 | 0 | F | 34 | AB | 5C | 19 |
| Octal | 5 | 172 | 150 | 140 | 0 | 17 | 64 | 253 | 134 | 31 |
| Binary | 101 | 1111010 | 1101000 | 1100000 | 0 | 1111 | 110100 | 10101011 | 1011100 | 11001 |
Color Harmonies of #057A68
Complementary color
Monochromatic Colors of #057A68
Black with #057A68
Text Example
Text Example
White with #057A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A68; }
p { color: rgb(5,122,104); }
H1.HeaderClassName
{
color: #057A68;
}
.AnyTagClassName
{
color: #057A68;
}
</style>
background-color css
<style>
a { background-color: #057A68; }
a { background-color: rgb(5,122,104); }
div.DivClassName
{
background-color: #057A68;
}
.BgClassName
{
background-color: #057A68;
}
</style>
border-color css
<style>
span { border-color: #057A68; }
span { border-color: rgb(5,122,104); }
td.TdClassName
{
border-color: #057A68;
}
.TagClassName
{
border-color: #057A68;
}
</style>