Shades of Pine Green #057B67
Tints of Pine Green #057B67
RGB
CMYK
RGB Variations
Color information
#057B67 (or 0x057B67) is known color: Pine Green. HEX triplet: 05, 7B and 67. RGB value is (5,123,103). Sum of RGB (Red+Green+Blue) = 5+123+103=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #057B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B67 is #FA8498. Grayscale: #555555. Windows color (decimal): -16417945 or 6781701. OLE color: 6781701.
HSL color Cylindrical-coordinate representation of color #057B67: hue angle of 169.83º 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 #057B67 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 103 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.52 |
| HSL | 169.83º | 0.92% | 0.25% | - |
| HSV(B) | 169.83º | 0.96% | 0.48% | - |
| XYZ | 9.59 | 15.18 | 15.26 | - |
| YUV | 85.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 103 | 0.96 | 0 | 0.16 | 0.52 | 169.83 | 0.92 | 0.25 |
| Hex | 5 | 7B | 67 | 60 | 0 | 10 | 34 | AA | 5C | 19 |
| Octal | 5 | 173 | 147 | 140 | 0 | 20 | 64 | 252 | 134 | 31 |
| Binary | 101 | 1111011 | 1100111 | 1100000 | 0 | 10000 | 110100 | 10101010 | 1011100 | 11001 |
Color Harmonies of #057B67
Complementary color
Monochromatic Colors of #057B67
Black with #057B67
Text Example
Text Example
White with #057B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B67; }
p { color: rgb(5,123,103); }
H1.HeaderClassName
{
color: #057B67;
}
.AnyTagClassName
{
color: #057B67;
}
</style>
background-color css
<style>
a { background-color: #057B67; }
a { background-color: rgb(5,123,103); }
div.DivClassName
{
background-color: #057B67;
}
.BgClassName
{
background-color: #057B67;
}
</style>
border-color css
<style>
span { border-color: #057B67; }
span { border-color: rgb(5,123,103); }
td.TdClassName
{
border-color: #057B67;
}
.TagClassName
{
border-color: #057B67;
}
</style>