Shades of Pine Green #05746F
Tints of Pine Green #05746F
RGB
CMYK
RGB Variations
Color information
#05746F (or 0x05746F) is known color: Pine Green. HEX triplet: 05, 74 and 6F. RGB value is (5,116,111). Sum of RGB (Red+Green+Blue) = 5+116+111=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #05746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05746F is #FA8B90. Grayscale: #525252. Windows color (decimal): -16419729 or 7304197. OLE color: 7304197.
HSL color Cylindrical-coordinate representation of color #05746F: hue angle of 177.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05746F is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 111 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.55 |
| HSL | 177.3º | 0.92% | 0.24% | - |
| HSV(B) | 177.3º | 0.96% | 0.45% | - |
| XYZ | 9.18 | 13.67 | 17.19 | - |
| YUV | 82.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 111 | 0.96 | 0 | 0.04 | 0.55 | 177.3 | 0.92 | 0.24 |
| Hex | 5 | 74 | 6F | 60 | 0 | 4 | 37 | B1 | 5C | 18 |
| Octal | 5 | 164 | 157 | 140 | 0 | 4 | 67 | 261 | 134 | 30 |
| Binary | 101 | 1110100 | 1101111 | 1100000 | 0 | 100 | 110111 | 10110001 | 1011100 | 11000 |
Color Harmonies of #05746F
Complementary color
Monochromatic Colors of #05746F
Black with #05746F
Text Example
Text Example
White with #05746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05746F; }
p { color: rgb(5,116,111); }
H1.HeaderClassName
{
color: #05746F;
}
.AnyTagClassName
{
color: #05746F;
}
</style>
background-color css
<style>
a { background-color: #05746F; }
a { background-color: rgb(5,116,111); }
div.DivClassName
{
background-color: #05746F;
}
.BgClassName
{
background-color: #05746F;
}
</style>
border-color css
<style>
span { border-color: #05746F; }
span { border-color: rgb(5,116,111); }
td.TdClassName
{
border-color: #05746F;
}
.TagClassName
{
border-color: #05746F;
}
</style>