Shades of Pine Green #057B68
Tints of Pine Green #057B68
RGB
CMYK
RGB Variations
Color information
#057B68 (or 0x057B68) is known color: Pine Green. HEX triplet: 05, 7B and 68. RGB value is (5,123,104). Sum of RGB (Red+Green+Blue) = 5+123+104=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #057B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B68 is #FA8497. Grayscale: #555555. Windows color (decimal): -16417944 or 6847237. OLE color: 6847237.
HSL color Cylindrical-coordinate representation of color #057B68: hue angle of 170.34º 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 #057B68 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 104 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.52 |
| HSL | 170.34º | 0.92% | 0.25% | - |
| HSV(B) | 170.34º | 0.96% | 0.48% | - |
| XYZ | 9.64 | 15.2 | 15.52 | - |
| YUV | 85.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 104 | 0.96 | 0 | 0.15 | 0.52 | 170.34 | 0.92 | 0.25 |
| Hex | 5 | 7B | 68 | 60 | 0 | F | 34 | AA | 5C | 19 |
| Octal | 5 | 173 | 150 | 140 | 0 | 17 | 64 | 252 | 134 | 31 |
| Binary | 101 | 1111011 | 1101000 | 1100000 | 0 | 1111 | 110100 | 10101010 | 1011100 | 11001 |
Color Harmonies of #057B68
Complementary color
Monochromatic Colors of #057B68
Black with #057B68
Text Example
Text Example
White with #057B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B68; }
p { color: rgb(5,123,104); }
H1.HeaderClassName
{
color: #057B68;
}
.AnyTagClassName
{
color: #057B68;
}
</style>
background-color css
<style>
a { background-color: #057B68; }
a { background-color: rgb(5,123,104); }
div.DivClassName
{
background-color: #057B68;
}
.BgClassName
{
background-color: #057B68;
}
</style>
border-color css
<style>
span { border-color: #057B68; }
span { border-color: rgb(5,123,104); }
td.TdClassName
{
border-color: #057B68;
}
.TagClassName
{
border-color: #057B68;
}
</style>