#098E70

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

Shades of Observatory #098E70

Tints of Observatory #098E70

Color information

#098E70 (or 0x098E70) is unknown color: approx Observatory. HEX triplet: 09, 8E and 70. RGB value is (9,142,112). Sum of RGB (Red+Green+Blue) = 9+142+112=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #098E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098E70 is #F6718F. Grayscale: #626262. Windows color (decimal): -16150928 or 7376393. OLE color: 7376393.

HSL color Cylindrical-coordinate representation of color #098E70: hue angle of 166.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098E70 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB9142112-
CMYK0.9400.210.44
HSL166.47º88.08%29.61%-
HSV(B)166.47º93.66%55.69%-
XYZ12.7120.5718.63-
YUV98.81135.4463.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=3.42%
G=53.99%
B=42.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91421120.9400.210.44166.4788.0829.61
Hex98E705E0152Ca6581e
Octal112161601360255424613036
Binary1001100011101110000101111001010110110010100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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