Html Css Color HEX #088971 Observatory

📋 copy color: '#088971'

red 8 ◦ green 137 ◦ blue 113

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

Shades of Observatory #088971

Tints of Observatory #088971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

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

R = 3.1%
G = 53.1%
B = 43.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#088971 (or 0x088971) is known color: Observatory. HEX triplet: 08, 89 and 71. RGB value is (8,137,113). Sum of RGB (Red+Green+Blue) = 8+137+113=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #088971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088971 is #F7768E. Grayscale: #5F5F5F. Windows color (decimal): -16217743 or 7440648. OLE color: 7440648.

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

Color convert

RGB 8 137 113 -
CMYK 0.94 0 0.18 0.46
HSL 168.84º 0.89% 0.28% -
HSV(B) 168.84º 0.94% 0.54% -
XYZ 12.03 19.14 18.68 -
YUV 95.69 137.76 65.45 -
System Red Green Blue C M Y K H S L
Decimal 8 137 113 0.94 0 0.18 0.46 168.84 0.89 0.28
Hex 8 89 71 5E 0 12 2E A9 59 1C
Octal 10 211 161 136 0 22 56 251 131 34
Binary 1000 10001001 1110001 1011110 0 10010 101110 10101001 1011001 11100

Color Harmonies of #088971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088971

Black with #088971

Text Example


Text Example

White with #088971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088971; }

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

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

background-color css

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

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

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

border-color css

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

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

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