#018964

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

Shades of Observatory #018964

Tints of Observatory #018964

Color information

#018964 (or 0x018964) is unknown color: approx Observatory. HEX triplet: 01, 89 and 64. RGB value is (1,137,100). Sum of RGB (Red+Green+Blue) = 1+137+100=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #018964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018964 is #FE769B. Grayscale: #5C5C5C. Windows color (decimal): -16676508 or 6588673. OLE color: 6588673.

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

Color convert

RGB1137100-
CMYK0.9900.270.46
HSL163.68º98.55%27.06%-
HSV(B)163.68º99.27%53.73%-
XYZ11.2618.8215.1-
YUV92.12132.4463.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=0.42%
G=57.56%
B=42.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371000.9900.270.46163.6898.5527.06
Hex189646301B2Ea4631b
Octal12111441430335624414333
Binary1100010011100100110001101101110111010100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018964; }

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

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

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

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

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

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

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

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