#098A70

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

Shades of Observatory #098A70

Tints of Observatory #098A70

Color information

#098A70 (or 0x098A70) is unknown color: approx Observatory. HEX triplet: 09, 8A and 70. RGB value is (9,138,112). Sum of RGB (Red+Green+Blue) = 9+138+112=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #098A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A70 is #F6758F. Grayscale: #606060. Windows color (decimal): -16151952 or 7375369. OLE color: 7375369.

HSL color Cylindrical-coordinate representation of color #098A70: hue angle of 167.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A70 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB9138112-
CMYK0.9300.190.46
HSL167.91º87.76%28.82%-
HSV(B)167.91º93.48%54.12%-
XYZ12.1319.418.44-
YUV96.46136.7665.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=3.47%
G=53.28%
B=43.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91381120.9300.190.46167.9187.7628.82
Hex98A705D0132Ea8581d
Octal112121601350235625013035
Binary1001100010101110000101110101001110111010101000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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