Shades of Pine Green #05786B
Tints of Pine Green #05786B
RGB
CMYK
RGB Variations
Color information
#05786B (or 0x05786B) is known color: Pine Green. HEX triplet: 05, 78 and 6B. RGB value is (5,120,107). Sum of RGB (Red+Green+Blue) = 5+120+107=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #05786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786B is #FA8794. Grayscale: #545454. Windows color (decimal): -16418709 or 7043077. OLE color: 7043077.
HSL color Cylindrical-coordinate representation of color #05786B: hue angle of 173.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05786B is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 107 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.53 |
| HSL | 173.22º | 0.92% | 0.25% | - |
| HSV(B) | 173.22º | 0.96% | 0.47% | - |
| XYZ | 9.43 | 14.53 | 16.22 | - |
| YUV | 84.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 107 | 0.96 | 0 | 0.11 | 0.53 | 173.22 | 0.92 | 0.25 |
| Hex | 5 | 78 | 6B | 60 | 0 | B | 35 | AD | 5C | 19 |
| Octal | 5 | 170 | 153 | 140 | 0 | 13 | 65 | 255 | 134 | 31 |
| Binary | 101 | 1111000 | 1101011 | 1100000 | 0 | 1011 | 110101 | 10101101 | 1011100 | 11001 |
Color Harmonies of #05786B
Complementary color
Monochromatic Colors of #05786B
Black with #05786B
Text Example
Text Example
White with #05786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05786B; }
p { color: rgb(5,120,107); }
H1.HeaderClassName
{
color: #05786B;
}
.AnyTagClassName
{
color: #05786B;
}
</style>
background-color css
<style>
a { background-color: #05786B; }
a { background-color: rgb(5,120,107); }
div.DivClassName
{
background-color: #05786B;
}
.BgClassName
{
background-color: #05786B;
}
</style>
border-color css
<style>
span { border-color: #05786B; }
span { border-color: rgb(5,120,107); }
td.TdClassName
{
border-color: #05786B;
}
.TagClassName
{
border-color: #05786B;
}
</style>