#018765

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

Shades of Observatory #018765

Tints of Observatory #018765

Color information

#018765 (or 0x018765) is unknown color: approx Observatory. HEX triplet: 01, 87 and 65. RGB value is (1,135,101). Sum of RGB (Red+Green+Blue) = 1+135+101=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #018765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018765 is #FE789A. Grayscale: #5B5B5B. Windows color (decimal): -16677019 or 6653697. OLE color: 6653697.

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

Color convert

RGB1135101-
CMYK0.9900.250.47
HSL164.78º98.53%26.67%-
HSV(B)164.78º99.26%52.94%-
XYZ11.0318.2715.26-
YUV91.06133.6163.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=0.42%
G=56.96%
B=42.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11351010.9900.250.47164.7898.5326.67
Hex18765630192Fa5631b
Octal12071451430315724514333
Binary1100001111100101110001101100110111110100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018765; }

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

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

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

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

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

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

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

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