#01885F

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

Shades of Observatory #01885F

Tints of Observatory #01885F

Color information

#01885F (or 0x01885F) is unknown color: approx Observatory. HEX triplet: 01, 88 and 5F. RGB value is (1,136,95). Sum of RGB (Red+Green+Blue) = 1+136+95=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #01885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01885F is #FE77A0. Grayscale: #5A5A5A. Windows color (decimal): -16676769 or 6260737. OLE color: 6260737.

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

Color convert

RGB113695-
CMYK0.9900.300.47
HSL161.78º98.54%26.86%-
HSV(B)161.78º99.26%53.33%-
XYZ10.8818.4413.81-
YUV90.96130.2763.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=0.43%
G=58.62%
B=40.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136950.9900.300.47161.7898.5426.86
Hex1885F6301E2Fa2631b
Octal12101371430365724214333
Binary1100010001011111110001101111010111110100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01885F; }

 p { color: rgb(1,136,95); }

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

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

 a { background-color: rgb(1,136,95); }

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

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

 span { border-color: rgb(1,136,95); }

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