#018976

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

Shades of Observatory #018976

Tints of Observatory #018976

Color information

#018976 (or 0x018976) is unknown color: approx Observatory. HEX triplet: 01, 89 and 76. RGB value is (1,137,118). Sum of RGB (Red+Green+Blue) = 1+137+118=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #018976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018976 is #FE7689. Grayscale: #5E5E5E. Windows color (decimal): -16676490 or 7768321. OLE color: 7768321.

HSL color Cylindrical-coordinate representation of color #018976: hue angle of 171.62º 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 #018976 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB1137118-
CMYK0.9900.140.46
HSL171.62º98.55%27.06%-
HSV(B)171.62º99.27%53.73%-
XYZ12.2319.2120.2-
YUV94.17141.4461.54-

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) = 53.52%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=0.39%
G=53.52%
B=46.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371180.9900.140.46171.6298.5527.06
Hex18976630E2Eac631b
Octal12111661430165625414333
Binary110001001111011011000110111010111010101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018976; }

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

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

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

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

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

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

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

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