Shades of Pine Green #05736B
Tints of Pine Green #05736B
RGB
CMYK
RGB Variations
Color information
#05736B (or 0x05736B) is known color: Pine Green. HEX triplet: 05, 73 and 6B. RGB value is (5,115,107). Sum of RGB (Red+Green+Blue) = 5+115+107=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #05736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05736B is #FA8C94. Grayscale: #515151. Windows color (decimal): -16419989 or 7041797. OLE color: 7041797.
HSL color Cylindrical-coordinate representation of color #05736B: hue angle of 175.64º 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 #05736B is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 115 | 107 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.55 |
| HSL | 175.64º | 0.92% | 0.24% | - |
| HSV(B) | 175.64º | 0.96% | 0.45% | - |
| XYZ | 8.85 | 13.36 | 16.02 | - |
| YUV | 81.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 107 | 0.96 | 0 | 0.07 | 0.55 | 175.64 | 0.92 | 0.24 |
| Hex | 5 | 73 | 6B | 60 | 0 | 7 | 37 | B0 | 5C | 18 |
| Octal | 5 | 163 | 153 | 140 | 0 | 7 | 67 | 260 | 134 | 30 |
| Binary | 101 | 1110011 | 1101011 | 1100000 | 0 | 111 | 110111 | 10110000 | 1011100 | 11000 |
Color Harmonies of #05736B
Complementary color
Monochromatic Colors of #05736B
Black with #05736B
Text Example
Text Example
White with #05736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05736B; }
p { color: rgb(5,115,107); }
H1.HeaderClassName
{
color: #05736B;
}
.AnyTagClassName
{
color: #05736B;
}
</style>
background-color css
<style>
a { background-color: #05736B; }
a { background-color: rgb(5,115,107); }
div.DivClassName
{
background-color: #05736B;
}
.BgClassName
{
background-color: #05736B;
}
</style>
border-color css
<style>
span { border-color: #05736B; }
span { border-color: rgb(5,115,107); }
td.TdClassName
{
border-color: #05736B;
}
.TagClassName
{
border-color: #05736B;
}
</style>