Html Css Color HEX #088666 Observatory

📋 copy color: '#088666'

red 8 ◦ green 134 ◦ blue 102

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

Shades of Observatory #088666

Tints of Observatory #088666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 3.28%
G = 54.92%
B = 41.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#088666 (or 0x088666) is known color: Observatory. HEX triplet: 08, 86 and 66. RGB value is (8,134,102). Sum of RGB (Red+Green+Blue) = 8+134+102=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #088666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088666 is #F77999. Grayscale: #5C5C5C. Windows color (decimal): -16218522 or 6718984. OLE color: 6718984.

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

Color convert

RGB 8 134 102 -
CMYK 0.94 0 0.24 0.47
HSL 164.76º 0.89% 0.28% -
HSV(B) 164.76º 0.94% 0.53% -
XYZ 11.02 18.06 15.48 -
YUV 92.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 8 134 102 0.94 0 0.24 0.47 164.76 0.89 0.28
Hex 8 86 66 5E 0 18 2F A5 59 1C
Octal 10 206 146 136 0 30 57 245 131 34
Binary 1000 10000110 1100110 1011110 0 11000 101111 10100101 1011001 11100

Color Harmonies of #088666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088666

Black with #088666

Text Example


Text Example

White with #088666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088666; }

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

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

background-color css

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

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

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

border-color css

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

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

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