#0B8674

Color #0B8674 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0B8674

Tints of Observatory #0B8674

Color information

#0B8674 (or 0x0B8674) is unknown color: approx Observatory. HEX triplet: 0B, 86 and 74. RGB value is (11,134,116). Sum of RGB (Red+Green+Blue) = 11+134+116=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8674 is #F4798B. Grayscale: #5F5F5F. Windows color (decimal): -16021900 or 7636491. OLE color: 7636491.

HSL color Cylindrical-coordinate representation of color #0B8674: hue angle of 171.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8674 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB11134116-
CMYK0.9200.130.47
HSL171.22º84.83%28.43%-
HSV(B)171.22º91.79%52.55%-
XYZ11.8218.3819.45-
YUV95.17139.7567.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=4.21%
G=51.34%
B=44.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111341160.9200.130.47171.2284.8328.43
HexB86745C0D2Fab551c
Octal132061641340155725312534
Binary101110000110111010010111000110110111110101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8674; }

 p { color: rgb(11,134,116); }

 H1.HeaderClassName
 {
   color: #0B8674;
 }
 .AnyTagClassName
 {
   color: #0B8674;
 }
</style>
background-color css

<style>
 a { background-color: #0B8674; }

 a { background-color: rgb(11,134,116); }

 div.DivClassName
 {
   background-color: #0B8674;
 }
 .BgClassName
 {
   background-color: #0B8674;
 }
</style>
border-color css

<style>
 span { border-color: #0B8674; }

 span { border-color: rgb(11,134,116); }

 td.TdClassName
 {
   border-color: #0B8674;
 }
 .TagClassName
 {
   border-color: #0B8674;
 }
</style>