#018662

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

Shades of Observatory #018662

Tints of Observatory #018662

Color information

#018662 (or 0x018662) is unknown color: approx Observatory. HEX triplet: 01, 86 and 62. RGB value is (1,134,98). Sum of RGB (Red+Green+Blue) = 1+134+98=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #018662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018662 is #FE799D. Grayscale: #5A5A5A. Windows color (decimal): -16677278 or 6456833. OLE color: 6456833.

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

Color convert

RGB113498-
CMYK0.9900.270.47
HSL163.76º98.52%26.47%-
HSV(B)163.76º99.25%52.55%-
XYZ10.7417.9414.45-
YUV90.13132.4464.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=0.43%
G=57.51%
B=42.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134980.9900.270.47163.7698.5226.47
Hex186626301B2Fa4631a
Octal12061421430335724414332
Binary1100001101100010110001101101110111110100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018662; }

 p { color: rgb(1,134,98); }

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

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

 a { background-color: rgb(1,134,98); }

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

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

 span { border-color: rgb(1,134,98); }

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