#098B73

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

Shades of Observatory #098B73

Tints of Observatory #098B73

Color information

#098B73 (or 0x098B73) is unknown color: approx Observatory. HEX triplet: 09, 8B and 73. RGB value is (9,139,115). Sum of RGB (Red+Green+Blue) = 9+139+115=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #098B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B73 is #F6748C. Grayscale: #616161. Windows color (decimal): -16151693 or 7572233. OLE color: 7572233.

HSL color Cylindrical-coordinate representation of color #098B73: hue angle of 168.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B73 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB9139115-
CMYK0.9400.170.45
HSL168.92º87.84%29.02%-
HSV(B)168.92º93.53%54.51%-
XYZ12.4419.7619.38-
YUV97.39137.9364.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=3.42%
G=52.85%
B=43.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91391150.9400.170.45168.9287.8429.02
Hex98B735E0112Da9581d
Octal112131631360215525113035
Binary1001100010111110011101111001000110110110101001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098B73; }

 p { color: rgb(9,139,115); }

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

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

 a { background-color: rgb(9,139,115); }

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

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

 span { border-color: rgb(9,139,115); }

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