Shades of Pine Green #0B766A
Tints of Pine Green #0B766A
RGB
CMYK
RGB Variations
Color information
#0B766A (or 0x0B766A) is known color: Pine Green. HEX triplet: 0B, 76 and 6A. RGB value is (11,118,106). Sum of RGB (Red+Green+Blue) = 11+118+106=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #0B766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B766A is #F48995. Grayscale: #545454. Windows color (decimal): -16026006 or 6977035. OLE color: 6977035.
HSL color Cylindrical-coordinate representation of color #0B766A: hue angle of 173.27º degrees, saturation: 0.83, 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 #0B766A is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 106 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.54 |
| HSL | 173.27º | 0.83% | 0.25% | - |
| HSV(B) | 173.27º | 0.91% | 0.46% | - |
| XYZ | 9.22 | 14.07 | 15.87 | - |
| YUV | 84.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 106 | 0.91 | 0 | 0.10 | 0.54 | 173.27 | 0.83 | 0.25 |
| Hex | B | 76 | 6A | 5B | 0 | A | 36 | AD | 53 | 19 |
| Octal | 13 | 166 | 152 | 133 | 0 | 12 | 66 | 255 | 123 | 31 |
| Binary | 1011 | 1110110 | 1101010 | 1011011 | 0 | 1010 | 110110 | 10101101 | 1010011 | 11001 |
Color Harmonies of #0B766A
Complementary color
Monochromatic Colors of #0B766A
Black with #0B766A
Text Example
Text Example
White with #0B766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B766A; }
p { color: rgb(11,118,106); }
H1.HeaderClassName
{
color: #0B766A;
}
.AnyTagClassName
{
color: #0B766A;
}
</style>
background-color css
<style>
a { background-color: #0B766A; }
a { background-color: rgb(11,118,106); }
div.DivClassName
{
background-color: #0B766A;
}
.BgClassName
{
background-color: #0B766A;
}
</style>
border-color css
<style>
span { border-color: #0B766A; }
span { border-color: rgb(11,118,106); }
td.TdClassName
{
border-color: #0B766A;
}
.TagClassName
{
border-color: #0B766A;
}
</style>