Shades of Pine Green #0B7770
Tints of Pine Green #0B7770
RGB
CMYK
RGB Variations
Color information
#0B7770 (or 0x0B7770) is known color: Pine Green. HEX triplet: 0B, 77 and 70. RGB value is (11,119,112). Sum of RGB (Red+Green+Blue) = 11+119+112=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7770 is #F4888F. Grayscale: #555555. Windows color (decimal): -16025744 or 7370507. OLE color: 7370507.
HSL color Cylindrical-coordinate representation of color #0B7770: hue angle of 176.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7770 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 112 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.53 |
| HSL | 176.11º | 0.83% | 0.25% | - |
| HSV(B) | 176.11º | 0.91% | 0.47% | - |
| XYZ | 9.66 | 14.43 | 17.61 | - |
| YUV | 85.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 112 | 0.91 | 0 | 0.06 | 0.53 | 176.11 | 0.83 | 0.25 |
| Hex | B | 77 | 70 | 5B | 0 | 6 | 35 | B0 | 53 | 19 |
| Octal | 13 | 167 | 160 | 133 | 0 | 6 | 65 | 260 | 123 | 31 |
| Binary | 1011 | 1110111 | 1110000 | 1011011 | 0 | 110 | 110101 | 10110000 | 1010011 | 11001 |
Color Harmonies of #0B7770
Complementary color
Monochromatic Colors of #0B7770
Black with #0B7770
Text Example
Text Example
White with #0B7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7770; }
p { color: rgb(11,119,112); }
H1.HeaderClassName
{
color: #0B7770;
}
.AnyTagClassName
{
color: #0B7770;
}
</style>
background-color css
<style>
a { background-color: #0B7770; }
a { background-color: rgb(11,119,112); }
div.DivClassName
{
background-color: #0B7770;
}
.BgClassName
{
background-color: #0B7770;
}
</style>
border-color css
<style>
span { border-color: #0B7770; }
span { border-color: rgb(11,119,112); }
td.TdClassName
{
border-color: #0B7770;
}
.TagClassName
{
border-color: #0B7770;
}
</style>