Html Css Color HEX #018976 Observatory

📋 copy color: '#018976'

red 1 ◦ green 137 ◦ blue 118

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

Shades of Observatory #018976

Tints of Observatory #018976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 0.39%
G = 53.52%
B = 46.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#018976 (or 0x018976) is known color: Observatory. HEX triplet: 01, 89 and 76. RGB value is (1,137,118). Sum of RGB (Red+Green+Blue) = 1+137+118=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #018976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018976 is #FE7689. Grayscale: #5E5E5E. Windows color (decimal): -16676490 or 7768321. OLE color: 7768321.

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

Color convert

RGB 1 137 118 -
CMYK 0.99 0 0.14 0.46
HSL 171.62º 0.99% 0.27% -
HSV(B) 171.62º 0.99% 0.54% -
XYZ 12.23 19.21 20.2 -
YUV 94.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 1 137 118 0.99 0 0.14 0.46 171.62 0.99 0.27
Hex 1 89 76 63 0 E 2E AC 63 1B
Octal 1 211 166 143 0 16 56 254 143 33
Binary 1 10001001 1110110 1100011 0 1110 101110 10101100 1100011 11011

Color Harmonies of #018976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018976

Black with #018976

Text Example


Text Example

White with #018976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018976; }

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

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

background-color css

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

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

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

border-color css

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

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

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