Shades of Pine Green #057B69
Tints of Pine Green #057B69
RGB
CMYK
RGB Variations
Color information
#057B69 (or 0x057B69) is known color: Pine Green. HEX triplet: 05, 7B and 69. RGB value is (5,123,105). Sum of RGB (Red+Green+Blue) = 5+123+105=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #057B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B69 is #FA8496. Grayscale: #555555. Windows color (decimal): -16417943 or 6912773. OLE color: 6912773.
HSL color Cylindrical-coordinate representation of color #057B69: hue angle of 170.85º 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 #057B69 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 105 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.52 |
| HSL | 170.85º | 0.92% | 0.25% | - |
| HSV(B) | 170.85º | 0.96% | 0.48% | - |
| XYZ | 9.7 | 15.22 | 15.79 | - |
| YUV | 85.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 105 | 0.96 | 0 | 0.15 | 0.52 | 170.85 | 0.92 | 0.25 |
| Hex | 5 | 7B | 69 | 60 | 0 | F | 34 | AB | 5C | 19 |
| Octal | 5 | 173 | 151 | 140 | 0 | 17 | 64 | 253 | 134 | 31 |
| Binary | 101 | 1111011 | 1101001 | 1100000 | 0 | 1111 | 110100 | 10101011 | 1011100 | 11001 |
Color Harmonies of #057B69
Complementary color
Monochromatic Colors of #057B69
Black with #057B69
Text Example
Text Example
White with #057B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B69; }
p { color: rgb(5,123,105); }
H1.HeaderClassName
{
color: #057B69;
}
.AnyTagClassName
{
color: #057B69;
}
</style>
background-color css
<style>
a { background-color: #057B69; }
a { background-color: rgb(5,123,105); }
div.DivClassName
{
background-color: #057B69;
}
.BgClassName
{
background-color: #057B69;
}
</style>
border-color css
<style>
span { border-color: #057B69; }
span { border-color: rgb(5,123,105); }
td.TdClassName
{
border-color: #057B69;
}
.TagClassName
{
border-color: #057B69;
}
</style>