#089275

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

Shades of Observatory #089275

Tints of Observatory #089275

Color information

#089275 (or 0x089275) is unknown color: approx Observatory. HEX triplet: 08, 92 and 75. RGB value is (8,146,117). Sum of RGB (Red+Green+Blue) = 8+146+117=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #089275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089275 is #F76D8A. Grayscale: #656565. Windows color (decimal): -16215435 or 7705096. OLE color: 7705096.

HSL color Cylindrical-coordinate representation of color #089275: hue angle of 167.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089275 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB8146117-
CMYK0.9500.200.43
HSL167.39º89.61%30.2%-
HSV(B)167.39º94.52%57.25%-
XYZ13.5921.8920.34-
YUV101.43136.7861.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=2.95%
G=53.87%
B=43.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81461170.9500.200.43167.3989.6130.2
Hex892755F0142Ba75a1e
Octal102221651370245324713236
Binary1000100100101110101101111101010010101110100111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089275; }

 p { color: rgb(8,146,117); }

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

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

 a { background-color: rgb(8,146,117); }

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

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

 span { border-color: rgb(8,146,117); }

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