Html Css Color HEX #01885E Observatory

📋 copy color: '#01885E'

red 1 ◦ green 136 ◦ blue 94

#01885E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #01885E

Tints of Observatory #01885E

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 136 (53.52% from 255) = 58.87%

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 0.43%
G = 58.87%
B = 40.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#01885E (or 0x01885E) is known color: Observatory. HEX triplet: 01, 88 and 5E. RGB value is (1,136,94). Sum of RGB (Red+Green+Blue) = 1+136+94=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #01885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01885E is #FE77A1. Grayscale: #5A5A5A. Windows color (decimal): -16676770 or 6195201. OLE color: 6195201.

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

Color convert

RGB 1 136 94 -
CMYK 0.99 0 0.31 0.47
HSL 161.33º 0.99% 0.27% -
HSV(B) 161.33º 0.99% 0.53% -
XYZ 10.84 18.42 13.57 -
YUV 90.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 1 136 94 0.99 0 0.31 0.47 161.33 0.99 0.27
Hex 1 88 5E 63 0 1F 2F A1 63 1B
Octal 1 210 136 143 0 37 57 241 143 33
Binary 1 10001000 1011110 1100011 0 11111 101111 10100001 1100011 11011

Color Harmonies of #01885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01885E

Black with #01885E

Text Example


Text Example

White with #01885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01885E;
 }
 .AnyTagClassName
 {
   color: #01885E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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