Html Css Color HEX #088676 Observatory

📋 copy color: '#088676'

red 8 ◦ green 134 ◦ blue 118

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

Shades of Observatory #088676

Tints of Observatory #088676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

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

R = 3.08%
G = 51.54%
B = 45.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#088676 (or 0x088676) is known color: Observatory. HEX triplet: 08, 86 and 76. RGB value is (8,134,118). Sum of RGB (Red+Green+Blue) = 8+134+118=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #088676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088676 is #F77989. Grayscale: #5E5E5E. Windows color (decimal): -16218506 or 7767560. OLE color: 7767560.

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

Color convert

RGB 8 134 118 -
CMYK 0.94 0 0.12 0.47
HSL 172.38º 0.89% 0.28% -
HSV(B) 172.38º 0.94% 0.53% -
XYZ 11.9 18.41 20.07 -
YUV 94.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 8 134 118 0.94 0 0.12 0.47 172.38 0.89 0.28
Hex 8 86 76 5E 0 C 2F AC 59 1C
Octal 10 206 166 136 0 14 57 254 131 34
Binary 1000 10000110 1110110 1011110 0 1100 101111 10101100 1011001 11100

Color Harmonies of #088676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088676

Black with #088676

Text Example


Text Example

White with #088676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088676; }

 p { color: rgb(8,134,118); }

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

background-color css

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

 a { background-color: rgb(8,134,118); }

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

border-color css

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

 span { border-color: rgb(8,134,118); }

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