#018A72

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

Shades of Observatory #018A72

Tints of Observatory #018A72

Color information

#018A72 (or 0x018A72) is unknown color: approx Observatory. HEX triplet: 01, 8A and 72. RGB value is (1,138,114). Sum of RGB (Red+Green+Blue) = 1+138+114=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #018A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A72 is #FE758D. Grayscale: #5E5E5E. Windows color (decimal): -16676238 or 7506433. OLE color: 7506433.

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

Color convert

RGB1138114-
CMYK0.9900.170.46
HSL169.49º98.56%27.25%-
HSV(B)169.49º99.28%54.12%-
XYZ12.1419.419.02-
YUV94.3139.1161.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 138 (54.30% from 255) = 54.55%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=0.40%
G=54.55%
B=45.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11381140.9900.170.46169.4998.5627.25
Hex18A72630112Ea9631b
Octal12121621430215625114333
Binary1100010101110010110001101000110111010101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A72; }

 p { color: rgb(1,138,114); }

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

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

 a { background-color: rgb(1,138,114); }

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

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

 span { border-color: rgb(1,138,114); }

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