Shades of Pine Green #10736C
Tints of Pine Green #10736C
RGB
CMYK
RGB Variations
Color information
#10736C (or 0x10736C) is known color: Pine Green. HEX triplet: 10, 73 and 6C. RGB value is (16,115,108). Sum of RGB (Red+Green+Blue) = 16+115+108=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #10736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10736C is #EF8C93. Grayscale: #545454. Windows color (decimal): -15699092 or 7107344. OLE color: 7107344.
HSL color Cylindrical-coordinate representation of color #10736C: hue angle of 175.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10736C is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 108 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.55 |
| HSL | 175.76º | 0.76% | 0.26% | - |
| HSV(B) | 175.76º | 0.86% | 0.45% | - |
| XYZ | 9.05 | 13.45 | 16.31 | - |
| YUV | 84.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 108 | 0.86 | 0 | 0.06 | 0.55 | 175.76 | 0.76 | 0.26 |
| Hex | 10 | 73 | 6C | 56 | 0 | 6 | 37 | B0 | 4C | 1A |
| Octal | 20 | 163 | 154 | 126 | 0 | 6 | 67 | 260 | 114 | 32 |
| Binary | 10000 | 1110011 | 1101100 | 1010110 | 0 | 110 | 110111 | 10110000 | 1001100 | 11010 |
Color Harmonies of #10736C
Complementary color
Monochromatic Colors of #10736C
Black with #10736C
Text Example
Text Example
White with #10736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10736C; }
p { color: rgb(16,115,108); }
H1.HeaderClassName
{
color: #10736C;
}
.AnyTagClassName
{
color: #10736C;
}
</style>
background-color css
<style>
a { background-color: #10736C; }
a { background-color: rgb(16,115,108); }
div.DivClassName
{
background-color: #10736C;
}
.BgClassName
{
background-color: #10736C;
}
</style>
border-color css
<style>
span { border-color: #10736C; }
span { border-color: rgb(16,115,108); }
td.TdClassName
{
border-color: #10736C;
}
.TagClassName
{
border-color: #10736C;
}
</style>