Html Css Color HEX #008770 Observatory

📋 copy color: '#008770'

red 0 ◦ green 135 ◦ blue 112

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

Shades of Observatory #008770

Tints of Observatory #008770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 0%
G = 54.66%
B = 45.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#008770 (or 0x008770) is known color: Observatory. HEX triplet: 00, 87 and 70. RGB value is (0,135,112). Sum of RGB (Red+Green+Blue) = 0+135+112=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #008770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008770 is #FF788F. Grayscale: #5B5B5B. Windows color (decimal): -16742544 or 7374592. OLE color: 7374592.

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

Color convert

RGB 0 135 112 -
CMYK 1 0 0.17 0.47
HSL 169.78º 1% 0.26% -
HSV(B) 169.78º 1% 0.53% -
XYZ 11.59 18.5 18.29 -
YUV 92.01 139.27 62.37 -
System Red Green Blue C M Y K H S L
Decimal 0 135 112 1 0 0.17 0.47 169.78 1 0.26
Hex 0 87 70 64 0 11 2F AA 64 1A
Octal 0 207 160 144 0 21 57 252 144 32
Binary 0 10000111 1110000 1100100 0 10001 101111 10101010 1100100 11010

Color Harmonies of #008770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008770

Black with #008770

Text Example


Text Example

White with #008770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008770; }

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

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

background-color css

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

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

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

border-color css

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

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

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