Html Css Color HEX #018977 Observatory

📋 copy color: '#018977'

red 1 ◦ green 137 ◦ blue 119

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

Shades of Observatory #018977

Tints of Observatory #018977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 0.39%
G = 53.31%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#018977 (or 0x018977) is known color: Observatory. HEX triplet: 01, 89 and 77. RGB value is (1,137,119). Sum of RGB (Red+Green+Blue) = 1+137+119=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #018977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018977 is #FE7688. Grayscale: #5E5E5E. Windows color (decimal): -16676489 or 7833857. OLE color: 7833857.

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

Color convert

RGB 1 137 119 -
CMYK 0.99 0 0.13 0.46
HSL 172.06º 0.99% 0.27% -
HSV(B) 172.06º 0.99% 0.54% -
XYZ 12.29 19.23 20.52 -
YUV 94.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 1 137 119 0.99 0 0.13 0.46 172.06 0.99 0.27
Hex 1 89 77 63 0 D 2E AC 63 1B
Octal 1 211 167 143 0 15 56 254 143 33
Binary 1 10001001 1110111 1100011 0 1101 101110 10101100 1100011 11011

Color Harmonies of #018977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018977

Black with #018977

Text Example


Text Example

White with #018977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018977; }

 p { color: rgb(1,137,119); }

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

background-color css

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

 a { background-color: rgb(1,137,119); }

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

border-color css

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

 span { border-color: rgb(1,137,119); }

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