Html Css Color HEX #088766 Observatory

📋 copy color: '#088766'

red 8 ◦ green 135 ◦ blue 102

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

Shades of Observatory #088766

Tints of Observatory #088766

RGB

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

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

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

R = 3.27%
G = 55.1%
B = 41.63%

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

#088766 (or 0x088766) is known color: Observatory. HEX triplet: 08, 87 and 66. RGB value is (8,135,102). Sum of RGB (Red+Green+Blue) = 8+135+102=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #088766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088766 is #F77899. Grayscale: #5D5D5D. Windows color (decimal): -16218266 or 6719240. OLE color: 6719240.

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

Color convert

RGB 8 135 102 -
CMYK 0.94 0 0.24 0.47
HSL 164.41º 0.89% 0.28% -
HSV(B) 164.41º 0.94% 0.53% -
XYZ 11.16 18.34 15.52 -
YUV 93.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 8 135 102 0.94 0 0.24 0.47 164.41 0.89 0.28
Hex 8 87 66 5E 0 18 2F A4 59 1C
Octal 10 207 146 136 0 30 57 244 131 34
Binary 1000 10000111 1100110 1011110 0 11000 101111 10100100 1011001 11100

Color Harmonies of #088766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088766

Black with #088766

Text Example


Text Example

White with #088766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088766; }

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

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

background-color css

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

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

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

border-color css

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

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

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