Shades of Pine Green #05756A
Tints of Pine Green #05756A
RGB
CMYK
RGB Variations
Color information
#05756A (or 0x05756A) is known color: Pine Green. HEX triplet: 05, 75 and 6A. RGB value is (5,117,106). Sum of RGB (Red+Green+Blue) = 5+117+106=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #05756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05756A is #FA8A95. Grayscale: #525252. Windows color (decimal): -16419478 or 6976773. OLE color: 6976773.
HSL color Cylindrical-coordinate representation of color #05756A: hue angle of 174.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05756A is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 117 | 106 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.54 |
| HSL | 174.11º | 0.92% | 0.24% | - |
| HSV(B) | 174.11º | 0.96% | 0.46% | - |
| XYZ | 9.03 | 13.8 | 15.82 | - |
| YUV | 82.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 106 | 0.96 | 0 | 0.09 | 0.54 | 174.11 | 0.92 | 0.24 |
| Hex | 5 | 75 | 6A | 60 | 0 | 9 | 36 | AE | 5C | 18 |
| Octal | 5 | 165 | 152 | 140 | 0 | 11 | 66 | 256 | 134 | 30 |
| Binary | 101 | 1110101 | 1101010 | 1100000 | 0 | 1001 | 110110 | 10101110 | 1011100 | 11000 |
Color Harmonies of #05756A
Complementary color
Monochromatic Colors of #05756A
Black with #05756A
Text Example
Text Example
White with #05756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05756A; }
p { color: rgb(5,117,106); }
H1.HeaderClassName
{
color: #05756A;
}
.AnyTagClassName
{
color: #05756A;
}
</style>
background-color css
<style>
a { background-color: #05756A; }
a { background-color: rgb(5,117,106); }
div.DivClassName
{
background-color: #05756A;
}
.BgClassName
{
background-color: #05756A;
}
</style>
border-color css
<style>
span { border-color: #05756A; }
span { border-color: rgb(5,117,106); }
td.TdClassName
{
border-color: #05756A;
}
.TagClassName
{
border-color: #05756A;
}
</style>