Shades of Pine Green #0A756F
Tints of Pine Green #0A756F
RGB
CMYK
RGB Variations
Color information
#0A756F (or 0x0A756F) is known color: Pine Green. HEX triplet: 0A, 75 and 6F. RGB value is (10,117,111). Sum of RGB (Red+Green+Blue) = 10+117+111=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #0A756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A756F is #F58A90. Grayscale: #545454. Windows color (decimal): -16091793 or 7304458. OLE color: 7304458.
HSL color Cylindrical-coordinate representation of color #0A756F: hue angle of 176.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A756F is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 111 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.54 |
| HSL | 176.64º | 0.84% | 0.25% | - |
| HSV(B) | 176.64º | 0.91% | 0.46% | - |
| XYZ | 9.36 | 13.93 | 17.24 | - |
| YUV | 84.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 111 | 0.91 | 0 | 0.05 | 0.54 | 176.64 | 0.84 | 0.25 |
| Hex | A | 75 | 6F | 5B | 0 | 5 | 36 | B1 | 54 | 19 |
| Octal | 12 | 165 | 157 | 133 | 0 | 5 | 66 | 261 | 124 | 31 |
| Binary | 1010 | 1110101 | 1101111 | 1011011 | 0 | 101 | 110110 | 10110001 | 1010100 | 11001 |
Color Harmonies of #0A756F
Complementary color
Monochromatic Colors of #0A756F
Black with #0A756F
Text Example
Text Example
White with #0A756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A756F; }
p { color: rgb(10,117,111); }
H1.HeaderClassName
{
color: #0A756F;
}
.AnyTagClassName
{
color: #0A756F;
}
</style>
background-color css
<style>
a { background-color: #0A756F; }
a { background-color: rgb(10,117,111); }
div.DivClassName
{
background-color: #0A756F;
}
.BgClassName
{
background-color: #0A756F;
}
</style>
border-color css
<style>
span { border-color: #0A756F; }
span { border-color: rgb(10,117,111); }
td.TdClassName
{
border-color: #0A756F;
}
.TagClassName
{
border-color: #0A756F;
}
</style>