Html Css Color HEX #008771 Observatory

📋 copy color: '#008771'

red 0 ◦ green 135 ◦ blue 113

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

Shades of Observatory #008771

Tints of Observatory #008771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 0%
G = 54.44%
B = 45.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#008771 (or 0x008771) is known color: Observatory. HEX triplet: 00, 87 and 71. RGB value is (0,135,113). Sum of RGB (Red+Green+Blue) = 0+135+113=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #008771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008771 is #FF788E. Grayscale: #5C5C5C. Windows color (decimal): -16742543 or 7440128. OLE color: 7440128.

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

Color convert

RGB 0 135 113 -
CMYK 1 0 0.16 0.47
HSL 170.22º 1% 0.26% -
HSV(B) 170.22º 1% 0.53% -
XYZ 11.64 18.52 18.58 -
YUV 92.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 0 135 113 1 0 0.16 0.47 170.22 1 0.26
Hex 0 87 71 64 0 10 2F AA 64 1A
Octal 0 207 161 144 0 20 57 252 144 32
Binary 0 10000111 1110001 1100100 0 10000 101111 10101010 1100100 11010

Color Harmonies of #008771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008771

Black with #008771

Text Example


Text Example

White with #008771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008771; }

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

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

background-color css

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

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

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

border-color css

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

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

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