#088469

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

Shades of Observatory #088469

Tints of Observatory #088469

Color information

#088469 (or 0x088469) is unknown color: approx Observatory. HEX triplet: 08, 84 and 69. RGB value is (8,132,105). Sum of RGB (Red+Green+Blue) = 8+132+105=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #088469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088469 is #F77B96. Grayscale: #5B5B5B. Windows color (decimal): -16219031 or 6915080. OLE color: 6915080.

HSL color Cylindrical-coordinate representation of color #088469: hue angle of 166.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088469 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB8132105-
CMYK0.9400.200.48
HSL166.94º88.57%27.45%-
HSV(B)166.94º93.94%51.76%-
XYZ10.917.5716.18-
YUV91.85135.4268.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=3.27%
G=53.88%
B=42.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81321050.9400.200.48166.9488.5727.45
Hex884695E01430a7591b
Octal102041511360246024713133
Binary1000100001001101001101111001010011000010100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088469; }

 p { color: rgb(8,132,105); }

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

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

 a { background-color: rgb(8,132,105); }

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

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

 span { border-color: rgb(8,132,105); }

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