Shades of Pine Green #05816A
Tints of Pine Green #05816A
RGB
CMYK
RGB Variations
Color information
#05816A (or 0x05816A) is known color: Pine Green. HEX triplet: 05, 81 and 6A. RGB value is (5,129,106). Sum of RGB (Red+Green+Blue) = 5+129+106=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #05816A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05816A is #FA7E95. Grayscale: #595959. Windows color (decimal): -16416406 or 6979845. OLE color: 6979845.
HSL color Cylindrical-coordinate representation of color #05816A: hue angle of 168.87º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05816A is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 106 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.49 |
| HSL | 168.87º | 0.93% | 0.26% | - |
| HSV(B) | 168.87º | 0.96% | 0.51% | - |
| XYZ | 10.51 | 16.77 | 16.32 | - |
| YUV | 89.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 106 | 0.96 | 0 | 0.18 | 0.49 | 168.87 | 0.93 | 0.26 |
| Hex | 5 | 81 | 6A | 60 | 0 | 12 | 31 | A9 | 5D | 1A |
| Octal | 5 | 201 | 152 | 140 | 0 | 22 | 61 | 251 | 135 | 32 |
| Binary | 101 | 10000001 | 1101010 | 1100000 | 0 | 10010 | 110001 | 10101001 | 1011101 | 11010 |
Color Harmonies of #05816A
Complementary color
Monochromatic Colors of #05816A
Black with #05816A
Text Example
Text Example
White with #05816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05816A; }
p { color: rgb(5,129,106); }
H1.HeaderClassName
{
color: #05816A;
}
.AnyTagClassName
{
color: #05816A;
}
</style>
background-color css
<style>
a { background-color: #05816A; }
a { background-color: rgb(5,129,106); }
div.DivClassName
{
background-color: #05816A;
}
.BgClassName
{
background-color: #05816A;
}
</style>
border-color css
<style>
span { border-color: #05816A; }
span { border-color: rgb(5,129,106); }
td.TdClassName
{
border-color: #05816A;
}
.TagClassName
{
border-color: #05816A;
}
</style>