Shades of Pine Green #05726B
Tints of Pine Green #05726B
RGB
CMYK
RGB Variations
Color information
#05726B (or 0x05726B) is known color: Pine Green. HEX triplet: 05, 72 and 6B. RGB value is (5,114,107). Sum of RGB (Red+Green+Blue) = 5+114+107=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #05726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05726B is #FA8D94. Grayscale: #505050. Windows color (decimal): -16420245 or 7041541. OLE color: 7041541.
HSL color Cylindrical-coordinate representation of color #05726B: hue angle of 176.15º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05726B is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 107 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.55 |
| HSL | 176.15º | 0.92% | 0.23% | - |
| HSV(B) | 176.15º | 0.96% | 0.45% | - |
| XYZ | 8.73 | 13.13 | 15.98 | - |
| YUV | 80.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 107 | 0.96 | 0 | 0.06 | 0.55 | 176.15 | 0.92 | 0.23 |
| Hex | 5 | 72 | 6B | 60 | 0 | 6 | 37 | B0 | 5C | 17 |
| Octal | 5 | 162 | 153 | 140 | 0 | 6 | 67 | 260 | 134 | 27 |
| Binary | 101 | 1110010 | 1101011 | 1100000 | 0 | 110 | 110111 | 10110000 | 1011100 | 10111 |
Color Harmonies of #05726B
Complementary color
Monochromatic Colors of #05726B
Black with #05726B
Text Example
Text Example
White with #05726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05726B; }
p { color: rgb(5,114,107); }
H1.HeaderClassName
{
color: #05726B;
}
.AnyTagClassName
{
color: #05726B;
}
</style>
background-color css
<style>
a { background-color: #05726B; }
a { background-color: rgb(5,114,107); }
div.DivClassName
{
background-color: #05726B;
}
.BgClassName
{
background-color: #05726B;
}
</style>
border-color css
<style>
span { border-color: #05726B; }
span { border-color: rgb(5,114,107); }
td.TdClassName
{
border-color: #05726B;
}
.TagClassName
{
border-color: #05726B;
}
</style>