#088774

Color #088774 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #088774

Tints of Observatory #088774

Color information

#088774 (or 0x088774) is unknown color: approx Observatory. HEX triplet: 08, 87 and 74. RGB value is (8,135,116). Sum of RGB (Red+Green+Blue) = 8+135+116=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #088774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088774 is #F7788B. Grayscale: #5E5E5E. Windows color (decimal): -16218252 or 7636744. OLE color: 7636744.

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

Color convert

RGB8135116-
CMYK0.9400.140.47
HSL171.02º88.81%28.04%-
HSV(B)171.02º94.07%52.94%-
XYZ11.9218.6419.49-
YUV94.86139.9266.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.09%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=3.09%
G=52.12%
B=44.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81351160.9400.140.47171.0288.8128.04
Hex887745E0E2Fab591c
Octal102071641360165725313134
Binary100010000111111010010111100111010111110101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088774; }

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

 H1.HeaderClassName
 {
   color: #088774;
 }
 .AnyTagClassName
 {
   color: #088774;
 }
</style>
background-color css

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

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

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

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

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

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