Shades of Pine Green #05746B
Tints of Pine Green #05746B
RGB
CMYK
RGB Variations
Color information
#05746B (or 0x05746B) is known color: Pine Green. HEX triplet: 05, 74 and 6B. RGB value is (5,116,107). Sum of RGB (Red+Green+Blue) = 5+116+107=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #05746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05746B is #FA8B94. Grayscale: #515151. Windows color (decimal): -16419733 or 7042053. OLE color: 7042053.
HSL color Cylindrical-coordinate representation of color #05746B: hue angle of 175.14º 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 #05746B is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 107 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.55 |
| HSL | 175.14º | 0.92% | 0.24% | - |
| HSV(B) | 175.14º | 0.96% | 0.45% | - |
| XYZ | 8.96 | 13.58 | 16.06 | - |
| YUV | 81.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 107 | 0.96 | 0 | 0.08 | 0.55 | 175.14 | 0.92 | 0.24 |
| Hex | 5 | 74 | 6B | 60 | 0 | 8 | 37 | AF | 5C | 18 |
| Octal | 5 | 164 | 153 | 140 | 0 | 10 | 67 | 257 | 134 | 30 |
| Binary | 101 | 1110100 | 1101011 | 1100000 | 0 | 1000 | 110111 | 10101111 | 1011100 | 11000 |
Color Harmonies of #05746B
Complementary color
Monochromatic Colors of #05746B
Black with #05746B
Text Example
Text Example
White with #05746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05746B; }
p { color: rgb(5,116,107); }
H1.HeaderClassName
{
color: #05746B;
}
.AnyTagClassName
{
color: #05746B;
}
</style>
background-color css
<style>
a { background-color: #05746B; }
a { background-color: rgb(5,116,107); }
div.DivClassName
{
background-color: #05746B;
}
.BgClassName
{
background-color: #05746B;
}
</style>
border-color css
<style>
span { border-color: #05746B; }
span { border-color: rgb(5,116,107); }
td.TdClassName
{
border-color: #05746B;
}
.TagClassName
{
border-color: #05746B;
}
</style>