#09846B

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

Shades of Observatory #09846B

Tints of Observatory #09846B

Color information

#09846B (or 0x09846B) is unknown color: approx Observatory. HEX triplet: 09, 84 and 6B. RGB value is (9,132,107). Sum of RGB (Red+Green+Blue) = 9+132+107=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #09846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846B is #F67B94. Grayscale: #5C5C5C. Windows color (decimal): -16153493 or 7046153. OLE color: 7046153.

HSL color Cylindrical-coordinate representation of color #09846B: hue angle of 167.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09846B is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB9132107-
CMYK0.9300.190.48
HSL167.8º87.23%27.65%-
HSV(B)167.8º93.18%51.76%-
XYZ11.0217.6216.73-
YUV92.37136.2568.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=3.63%
G=53.23%
B=43.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91321070.9300.190.48167.887.2327.65
Hex9846B5D01330a8571c
Octal112041531350236025012734
Binary1001100001001101011101110101001111000010101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09846B; }

 p { color: rgb(9,132,107); }

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

<style>
 a { background-color: #09846B; }

 a { background-color: rgb(9,132,107); }

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

<style>
 span { border-color: #09846B; }

 span { border-color: rgb(9,132,107); }

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