Html Css Color HEX #018773 Observatory

📋 copy color: '#018773'

red 1 ◦ green 135 ◦ blue 115

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

Shades of Observatory #018773

Tints of Observatory #018773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.78%

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 0.4%
G = 53.78%
B = 45.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#018773 (or 0x018773) is known color: Observatory. HEX triplet: 01, 87 and 73. RGB value is (1,135,115). Sum of RGB (Red+Green+Blue) = 1+135+115=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #018773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018773 is #FE788C. Grayscale: #5C5C5C. Windows color (decimal): -16677005 or 7571201. OLE color: 7571201.

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

Color convert

RGB 1 135 115 -
CMYK 0.99 0 0.15 0.47
HSL 171.04º 0.99% 0.27% -
HSV(B) 171.04º 0.99% 0.53% -
XYZ 11.77 18.57 19.18 -
YUV 92.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 1 135 115 0.99 0 0.15 0.47 171.04 0.99 0.27
Hex 1 87 73 63 0 F 2F AB 63 1B
Octal 1 207 163 143 0 17 57 253 143 33
Binary 1 10000111 1110011 1100011 0 1111 101111 10101011 1100011 11011

Color Harmonies of #018773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018773

Black with #018773

Text Example


Text Example

White with #018773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018773; }

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

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

background-color css

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

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

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

border-color css

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

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

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