Shades of Pine Green #06736A
Tints of Pine Green #06736A
RGB
CMYK
RGB Variations
Color information
#06736A (or 0x06736A) is known color: Pine Green. HEX triplet: 06, 73 and 6A. RGB value is (6,115,106). Sum of RGB (Red+Green+Blue) = 6+115+106=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #06736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06736A is #F98C95. Grayscale: #515151. Windows color (decimal): -16354454 or 6976262. OLE color: 6976262.
HSL color Cylindrical-coordinate representation of color #06736A: hue angle of 175.05º 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 #06736A is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 106 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.55 |
| HSL | 175.05º | 0.9% | 0.24% | - |
| HSV(B) | 175.05º | 0.95% | 0.45% | - |
| XYZ | 8.81 | 13.34 | 15.75 | - |
| YUV | 81.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 106 | 0.95 | 0 | 0.08 | 0.55 | 175.05 | 0.9 | 0.24 |
| Hex | 6 | 73 | 6A | 5F | 0 | 8 | 37 | AF | 5A | 18 |
| Octal | 6 | 163 | 152 | 137 | 0 | 10 | 67 | 257 | 132 | 30 |
| Binary | 110 | 1110011 | 1101010 | 1011111 | 0 | 1000 | 110111 | 10101111 | 1011010 | 11000 |
Color Harmonies of #06736A
Complementary color
Monochromatic Colors of #06736A
Black with #06736A
Text Example
Text Example
White with #06736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06736A; }
p { color: rgb(6,115,106); }
H1.HeaderClassName
{
color: #06736A;
}
.AnyTagClassName
{
color: #06736A;
}
</style>
background-color css
<style>
a { background-color: #06736A; }
a { background-color: rgb(6,115,106); }
div.DivClassName
{
background-color: #06736A;
}
.BgClassName
{
background-color: #06736A;
}
</style>
border-color css
<style>
span { border-color: #06736A; }
span { border-color: rgb(6,115,106); }
td.TdClassName
{
border-color: #06736A;
}
.TagClassName
{
border-color: #06736A;
}
</style>