Shades of Pine Green #0A746A
Tints of Pine Green #0A746A
RGB
CMYK
RGB Variations
Color information
#0A746A (or 0x0A746A) is known color: Pine Green. HEX triplet: 0A, 74 and 6A. RGB value is (10,116,106). Sum of RGB (Red+Green+Blue) = 10+116+106=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #0A746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A746A is #F58B95. Grayscale: #535353. Windows color (decimal): -16092054 or 6976522. OLE color: 6976522.
HSL color Cylindrical-coordinate representation of color #0A746A: hue angle of 174.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A746A is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 106 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.55 |
| HSL | 174.34º | 0.84% | 0.25% | - |
| HSV(B) | 174.34º | 0.91% | 0.45% | - |
| XYZ | 8.97 | 13.6 | 15.79 | - |
| YUV | 83.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 106 | 0.91 | 0 | 0.09 | 0.55 | 174.34 | 0.84 | 0.25 |
| Hex | A | 74 | 6A | 5B | 0 | 9 | 37 | AE | 54 | 19 |
| Octal | 12 | 164 | 152 | 133 | 0 | 11 | 67 | 256 | 124 | 31 |
| Binary | 1010 | 1110100 | 1101010 | 1011011 | 0 | 1001 | 110111 | 10101110 | 1010100 | 11001 |
Color Harmonies of #0A746A
Complementary color
Monochromatic Colors of #0A746A
Black with #0A746A
Text Example
Text Example
White with #0A746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A746A; }
p { color: rgb(10,116,106); }
H1.HeaderClassName
{
color: #0A746A;
}
.AnyTagClassName
{
color: #0A746A;
}
</style>
background-color css
<style>
a { background-color: #0A746A; }
a { background-color: rgb(10,116,106); }
div.DivClassName
{
background-color: #0A746A;
}
.BgClassName
{
background-color: #0A746A;
}
</style>
border-color css
<style>
span { border-color: #0A746A; }
span { border-color: rgb(10,116,106); }
td.TdClassName
{
border-color: #0A746A;
}
.TagClassName
{
border-color: #0A746A;
}
</style>