#088969

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

Shades of Observatory #088969

Tints of Observatory #088969

Color information

#088969 (or 0x088969) is unknown color: approx Observatory. HEX triplet: 08, 89 and 69. RGB value is (8,137,105). Sum of RGB (Red+Green+Blue) = 8+137+105=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #088969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088969 is #F77696. Grayscale: #5E5E5E. Windows color (decimal): -16217751 or 6916360. OLE color: 6916360.

HSL color Cylindrical-coordinate representation of color #088969: hue angle of 165.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088969 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB8137105-
CMYK0.9400.230.46
HSL165.12º88.97%28.43%-
HSV(B)165.12º94.16%53.73%-
XYZ11.618.9616.41-
YUV94.78133.7666.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 137 (53.91% from 255) = 54.8%
BLUE value IS 105 (41.41% from 255) = 42%
R=3.2%
G=54.8%
B=42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81371050.9400.230.46165.1288.9728.43
Hex889695E0172Ea5591c
Octal102111511360275624513134
Binary1000100010011101001101111001011110111010100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088969; }

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

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

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

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

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

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

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

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