Html Css Color HEX #088771 Observatory

📋 copy color: '#088771'

red 8 ◦ green 135 ◦ blue 113

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

Shades of Observatory #088771

Tints of Observatory #088771

RGB

 RED value IS 8 (3.52% from 255) = 3.13%

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

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

R = 3.13%
G = 52.73%
B = 44.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#088771 (or 0x088771) is known color: Observatory. HEX triplet: 08, 87 and 71. RGB value is (8,135,113). Sum of RGB (Red+Green+Blue) = 8+135+113=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #088771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088771 is #F7788E. Grayscale: #5E5E5E. Windows color (decimal): -16218255 or 7440136. OLE color: 7440136.

HSL color Cylindrical-coordinate representation of color #088771: hue angle of 169.61º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088771 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 113 -
CMYK 0.94 0 0.16 0.47
HSL 169.61º 0.89% 0.28% -
HSV(B) 169.61º 0.94% 0.53% -
XYZ 11.74 18.57 18.59 -
YUV 94.52 138.42 66.29 -
System Red Green Blue C M Y K H S L
Decimal 8 135 113 0.94 0 0.16 0.47 169.61 0.89 0.28
Hex 8 87 71 5E 0 10 2F AA 59 1C
Octal 10 207 161 136 0 20 57 252 131 34
Binary 1000 10000111 1110001 1011110 0 10000 101111 10101010 1011001 11100

Color Harmonies of #088771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088771

Black with #088771

Text Example


Text Example

White with #088771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088771; }

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

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

background-color css

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

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

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

border-color css

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

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

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