#098B70

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

Shades of Observatory #098B70

Tints of Observatory #098B70

Color information

#098B70 (or 0x098B70) is unknown color: approx Observatory. HEX triplet: 09, 8B and 70. RGB value is (9,139,112). Sum of RGB (Red+Green+Blue) = 9+139+112=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #098B70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B70 is #F6748F. Grayscale: #616161. Windows color (decimal): -16151696 or 7375625. OLE color: 7375625.

HSL color Cylindrical-coordinate representation of color #098B70: hue angle of 167.54º 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 #098B70 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB9139112-
CMYK0.9400.190.45
HSL167.54º87.84%29.02%-
HSV(B)167.54º93.53%54.51%-
XYZ12.2719.6918.48-
YUV97.05136.4365.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 139 (54.69% from 255) = 53.46%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=3.46%
G=53.46%
B=43.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91391120.9400.190.45167.5487.8429.02
Hex98B705E0132Da8581d
Octal112131601360235525013035
Binary1001100010111110000101111001001110110110101000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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