Shades of Observatory #0B8A69
Tints of Observatory #0B8A69
RGB
CMYK
RGB Variations
Color information
#0B8A69 (or 0x0B8A69) is known color: Observatory. HEX triplet: 0B, 8A and 69. RGB value is (11,138,105). Sum of RGB (Red+Green+Blue) = 11+138+105=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A69 is #F47596. Grayscale: #606060. Windows color (decimal): -16020887 or 6916619. OLE color: 6916619.
HSL color Cylindrical-coordinate representation of color #0B8A69: hue angle of 164.41º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A69 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 105 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.46 |
| HSL | 164.41º | 0.85% | 0.29% | - |
| HSV(B) | 164.41º | 0.92% | 0.54% | - |
| XYZ | 11.78 | 19.27 | 16.46 | - |
| YUV | 96.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 105 | 0.92 | 0 | 0.24 | 0.46 | 164.41 | 0.85 | 0.29 |
| Hex | B | 8A | 69 | 5C | 0 | 18 | 2E | A4 | 55 | 1D |
| Octal | 13 | 212 | 151 | 134 | 0 | 30 | 56 | 244 | 125 | 35 |
| Binary | 1011 | 10001010 | 1101001 | 1011100 | 0 | 11000 | 101110 | 10100100 | 1010101 | 11101 |
Color Harmonies of #0B8A69
Complementary color
Monochromatic Colors of #0B8A69
Black with #0B8A69
Text Example
Text Example
White with #0B8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A69; }
p { color: rgb(11,138,105); }
H1.HeaderClassName
{
color: #0B8A69;
}
.AnyTagClassName
{
color: #0B8A69;
}
</style>
background-color css
<style>
a { background-color: #0B8A69; }
a { background-color: rgb(11,138,105); }
div.DivClassName
{
background-color: #0B8A69;
}
.BgClassName
{
background-color: #0B8A69;
}
</style>
border-color css
<style>
span { border-color: #0B8A69; }
span { border-color: rgb(11,138,105); }
td.TdClassName
{
border-color: #0B8A69;
}
.TagClassName
{
border-color: #0B8A69;
}
</style>