#018763

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

Shades of Observatory #018763

Tints of Observatory #018763

Color information

#018763 (or 0x018763) is unknown color: approx Observatory. HEX triplet: 01, 87 and 63. RGB value is (1,135,99). Sum of RGB (Red+Green+Blue) = 1+135+99=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #018763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018763 is #FE789C. Grayscale: #5A5A5A. Windows color (decimal): -16677021 or 6522625. OLE color: 6522625.

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

Color convert

RGB113599-
CMYK0.9900.270.47
HSL163.88º98.53%26.67%-
HSV(B)163.88º99.26%52.94%-
XYZ10.9318.2414.75-
YUV90.83132.6163.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=0.43%
G=57.45%
B=42.13%

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
Decimal1135990.9900.270.47163.8898.5326.67
Hex187636301B2Fa4631b
Octal12071431430335724414333
Binary1100001111100011110001101101110111110100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018763; }

 p { color: rgb(1,135,99); }

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

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

 a { background-color: rgb(1,135,99); }

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

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

 span { border-color: rgb(1,135,99); }

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