Shades of Pine Green #0B736C
Tints of Pine Green #0B736C
RGB
CMYK
RGB Variations
Color information
#0B736C (or 0x0B736C) is known color: Pine Green. HEX triplet: 0B, 73 and 6C. RGB value is (11,115,108). Sum of RGB (Red+Green+Blue) = 11+115+108=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #0B736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B736C is #F48C93. Grayscale: #535353. Windows color (decimal): -16026772 or 7107339. OLE color: 7107339.
HSL color Cylindrical-coordinate representation of color #0B736C: hue angle of 175.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B736C is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 108 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.55 |
| HSL | 175.96º | 0.83% | 0.25% | - |
| HSV(B) | 175.96º | 0.9% | 0.45% | - |
| XYZ | 8.98 | 13.42 | 16.3 | - |
| YUV | 83.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 108 | 0.90 | 0 | 0.06 | 0.55 | 175.96 | 0.83 | 0.25 |
| Hex | B | 73 | 6C | 5A | 0 | 6 | 37 | B0 | 53 | 19 |
| Octal | 13 | 163 | 154 | 132 | 0 | 6 | 67 | 260 | 123 | 31 |
| Binary | 1011 | 1110011 | 1101100 | 1011010 | 0 | 110 | 110111 | 10110000 | 1010011 | 11001 |
Color Harmonies of #0B736C
Complementary color
Monochromatic Colors of #0B736C
Black with #0B736C
Text Example
Text Example
White with #0B736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B736C; }
p { color: rgb(11,115,108); }
H1.HeaderClassName
{
color: #0B736C;
}
.AnyTagClassName
{
color: #0B736C;
}
</style>
background-color css
<style>
a { background-color: #0B736C; }
a { background-color: rgb(11,115,108); }
div.DivClassName
{
background-color: #0B736C;
}
.BgClassName
{
background-color: #0B736C;
}
</style>
border-color css
<style>
span { border-color: #0B736C; }
span { border-color: rgb(11,115,108); }
td.TdClassName
{
border-color: #0B736C;
}
.TagClassName
{
border-color: #0B736C;
}
</style>