Shades of Pine Green #06736C
Tints of Pine Green #06736C
RGB
CMYK
RGB Variations
Color information
#06736C (or 0x06736C) is known color: Pine Green. HEX triplet: 06, 73 and 6C. RGB value is (6,115,108). Sum of RGB (Red+Green+Blue) = 6+115+108=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #06736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06736C is #F98C93. Grayscale: #515151. Windows color (decimal): -16354452 or 7107334. OLE color: 7107334.
HSL color Cylindrical-coordinate representation of color #06736C: hue angle of 176.15º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06736C is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 108 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.55 |
| HSL | 176.15º | 0.9% | 0.24% | - |
| HSV(B) | 176.15º | 0.95% | 0.45% | - |
| XYZ | 8.91 | 13.38 | 16.3 | - |
| YUV | 81.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 108 | 0.95 | 0 | 0.06 | 0.55 | 176.15 | 0.9 | 0.24 |
| Hex | 6 | 73 | 6C | 5F | 0 | 6 | 37 | B0 | 5A | 18 |
| Octal | 6 | 163 | 154 | 137 | 0 | 6 | 67 | 260 | 132 | 30 |
| Binary | 110 | 1110011 | 1101100 | 1011111 | 0 | 110 | 110111 | 10110000 | 1011010 | 11000 |
Color Harmonies of #06736C
Complementary color
Monochromatic Colors of #06736C
Black with #06736C
Text Example
Text Example
White with #06736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06736C; }
p { color: rgb(6,115,108); }
H1.HeaderClassName
{
color: #06736C;
}
.AnyTagClassName
{
color: #06736C;
}
</style>
background-color css
<style>
a { background-color: #06736C; }
a { background-color: rgb(6,115,108); }
div.DivClassName
{
background-color: #06736C;
}
.BgClassName
{
background-color: #06736C;
}
</style>
border-color css
<style>
span { border-color: #06736C; }
span { border-color: rgb(6,115,108); }
td.TdClassName
{
border-color: #06736C;
}
.TagClassName
{
border-color: #06736C;
}
</style>