Shades of Pine Green #108075
Tints of Pine Green #108075
RGB
CMYK
RGB Variations
Color information
#108075 (or 0x108075) is known color: Pine Green. HEX triplet: 10, 80 and 75. RGB value is (16,128,117). Sum of RGB (Red+Green+Blue) = 16+128+117=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #108075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108075 is #EF7F8A. Grayscale: #5D5D5D. Windows color (decimal): -15695755 or 7700496. OLE color: 7700496.
HSL color Cylindrical-coordinate representation of color #108075: hue angle of 174.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108075 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 117 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.50 |
| HSL | 174.11º | 0.78% | 0.28% | - |
| HSV(B) | 174.11º | 0.88% | 0.5% | - |
| XYZ | 11.14 | 16.83 | 19.49 | - |
| YUV | 93.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 117 | 0.88 | 0 | 0.09 | 0.50 | 174.11 | 0.78 | 0.28 |
| Hex | 10 | 80 | 75 | 58 | 0 | 9 | 32 | AE | 4E | 1C |
| Octal | 20 | 200 | 165 | 130 | 0 | 11 | 62 | 256 | 116 | 34 |
| Binary | 10000 | 10000000 | 1110101 | 1011000 | 0 | 1001 | 110010 | 10101110 | 1001110 | 11100 |
Color Harmonies of #108075
Complementary color
Monochromatic Colors of #108075
Black with #108075
Text Example
Text Example
White with #108075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108075; }
p { color: rgb(16,128,117); }
H1.HeaderClassName
{
color: #108075;
}
.AnyTagClassName
{
color: #108075;
}
</style>
background-color css
<style>
a { background-color: #108075; }
a { background-color: rgb(16,128,117); }
div.DivClassName
{
background-color: #108075;
}
.BgClassName
{
background-color: #108075;
}
</style>
border-color css
<style>
span { border-color: #108075; }
span { border-color: rgb(16,128,117); }
td.TdClassName
{
border-color: #108075;
}
.TagClassName
{
border-color: #108075;
}
</style>