#018B62

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

Shades of Observatory #018B62

Tints of Observatory #018B62

Color information

#018B62 (or 0x018B62) is unknown color: approx Observatory. HEX triplet: 01, 8B and 62. RGB value is (1,139,98). Sum of RGB (Red+Green+Blue) = 1+139+98=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #018B62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B62 is #FE749D. Grayscale: #5D5D5D. Windows color (decimal): -16675998 or 6458113. OLE color: 6458113.

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

Color convert

RGB113998-
CMYK0.9900.290.45
HSL162.17º98.57%27.45%-
HSV(B)162.17º99.28%54.51%-
XYZ11.4519.3514.69-
YUV93.06130.7862.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=0.42%
G=58.40%
B=41.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1139980.9900.290.45162.1798.5727.45
Hex18B626301D2Da2631b
Octal12131421430355524214333
Binary1100010111100010110001101110110110110100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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