#018E70

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

Shades of Observatory #018E70

Tints of Observatory #018E70

Color information

#018E70 (or 0x018E70) is unknown color: approx Observatory. HEX triplet: 01, 8E and 70. RGB value is (1,142,112). Sum of RGB (Red+Green+Blue) = 1+142+112=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #018E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E70 is #FE718F. Grayscale: #606060. Windows color (decimal): -16675216 or 7376385. OLE color: 7376385.

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

Color convert

RGB1142112-
CMYK0.9900.210.44
HSL167.23º98.6%28.04%-
HSV(B)167.23º99.3%55.69%-
XYZ12.6120.5218.63-
YUV96.42136.7959.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=0.39%
G=55.69%
B=43.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11421120.9900.210.44167.2398.628.04
Hex18E70630152Ca7631c
Octal12161601430255424714334
Binary1100011101110000110001101010110110010100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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