#018979

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

Shades of Observatory #018979

Tints of Observatory #018979

Color information

#018979 (or 0x018979) is unknown color: approx Observatory. HEX triplet: 01, 89 and 79. RGB value is (1,137,121). Sum of RGB (Red+Green+Blue) = 1+137+121=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #018979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018979 is #FE7686. Grayscale: #5E5E5E. Windows color (decimal): -16676487 or 7964929. OLE color: 7964929.

HSL color Cylindrical-coordinate representation of color #018979: hue angle of 172.94º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018979 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB1137121-
CMYK0.9900.120.46
HSL172.94º98.55%27.06%-
HSV(B)172.94º99.27%53.73%-
XYZ12.4119.2821.16-
YUV94.51142.9461.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=0.39%
G=52.90%
B=46.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371210.9900.120.46172.9498.5527.06
Hex18979630C2Ead631b
Octal12111711430145625514333
Binary110001001111100111000110110010111010101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018979; }

 p { color: rgb(1,137,121); }

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

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

 a { background-color: rgb(1,137,121); }

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

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

 span { border-color: rgb(1,137,121); }

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