Html Css Color HEX #018776 Observatory

📋 copy color: '#018776'

red 1 ◦ green 135 ◦ blue 118

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

Shades of Observatory #018776

Tints of Observatory #018776

RGB

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

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

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

R = 0.39%
G = 53.15%
B = 46.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#018776 (or 0x018776) is known color: Observatory. HEX triplet: 01, 87 and 76. RGB value is (1,135,118). Sum of RGB (Red+Green+Blue) = 1+135+118=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #018776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018776 is #FE7889. Grayscale: #5C5C5C. Windows color (decimal): -16677002 or 7767809. OLE color: 7767809.

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

Color convert

RGB 1 135 118 -
CMYK 0.99 0 0.13 0.47
HSL 172.39º 0.99% 0.27% -
HSV(B) 172.39º 0.99% 0.53% -
XYZ 11.95 18.64 20.11 -
YUV 93 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 1 135 118 0.99 0 0.13 0.47 172.39 0.99 0.27
Hex 1 87 76 63 0 D 2F AC 63 1B
Octal 1 207 166 143 0 15 57 254 143 33
Binary 1 10000111 1110110 1100011 0 1101 101111 10101100 1100011 11011

Color Harmonies of #018776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018776

Black with #018776

Text Example


Text Example

White with #018776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018776; }

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

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

background-color css

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

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

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

border-color css

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

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

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