#08846D

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

Shades of Observatory #08846D

Tints of Observatory #08846D

Color information

#08846D (or 0x08846D) is unknown color: approx Observatory. HEX triplet: 08, 84 and 6D. RGB value is (8,132,109). Sum of RGB (Red+Green+Blue) = 8+132+109=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #08846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08846D is #F77B92. Grayscale: #5C5C5C. Windows color (decimal): -16219027 or 7177224. OLE color: 7177224.

HSL color Cylindrical-coordinate representation of color #08846D: hue angle of 168.87º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08846D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB8132109-
CMYK0.9400.170.48
HSL168.87º88.57%27.45%-
HSV(B)168.87º93.94%51.76%-
XYZ11.1117.6617.29-
YUV92.3137.4267.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=3.21%
G=53.01%
B=43.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81321090.9400.170.48168.8788.5727.45
Hex8846D5E01130a9591b
Octal102041551360216025113133
Binary1000100001001101101101111001000111000010101001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08846D; }

 p { color: rgb(8,132,109); }

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

<style>
 a { background-color: #08846D; }

 a { background-color: rgb(8,132,109); }

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

<style>
 span { border-color: #08846D; }

 span { border-color: rgb(8,132,109); }

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