Html Css Color HEX #008776 Observatory

📋 copy color: '#008776'

red 0 ◦ green 135 ◦ blue 118

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

Shades of Observatory #008776

Tints of Observatory #008776

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 53.36%
B = 46.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#008776 (or 0x008776) is known color: Observatory. HEX triplet: 00, 87 and 76. RGB value is (0,135,118). Sum of RGB (Red+Green+Blue) = 0+135+118=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #008776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008776 is #FF7889. Grayscale: #5C5C5C. Windows color (decimal): -16742538 or 7767808. OLE color: 7767808.

HSL color Cylindrical-coordinate representation of color #008776: hue angle of 172.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008776 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 118 -
CMYK 1 0 0.13 0.47
HSL 172.44º 1% 0.26% -
HSV(B) 172.44º 1% 0.53% -
XYZ 11.93 18.64 20.11 -
YUV 92.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 0 135 118 1 0 0.13 0.47 172.44 1 0.26
Hex 0 87 76 64 0 D 2F AC 64 1A
Octal 0 207 166 144 0 15 57 254 144 32
Binary 0 10000111 1110110 1100100 0 1101 101111 10101100 1100100 11010

Color Harmonies of #008776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008776

Black with #008776

Text Example


Text Example

White with #008776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008776; }

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

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

background-color css

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

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

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

border-color css

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

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

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