#088968

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

Shades of Observatory #088968

Tints of Observatory #088968

Color information

#088968 (or 0x088968) is unknown color: approx Observatory. HEX triplet: 08, 89 and 68. RGB value is (8,137,104). Sum of RGB (Red+Green+Blue) = 8+137+104=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #088968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088968 is #F77697. Grayscale: #5E5E5E. Windows color (decimal): -16217752 or 6850824. OLE color: 6850824.

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

Color convert

RGB8137104-
CMYK0.9400.240.46
HSL164.65º88.97%28.43%-
HSV(B)164.65º94.16%53.73%-
XYZ11.5418.9416.14-
YUV94.67133.2666.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 137 (53.91% from 255) = 55.02%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=3.21%
G=55.02%
B=41.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81371040.9400.240.46164.6588.9728.43
Hex889685E0182Ea5591c
Octal102111501360305624513134
Binary1000100010011101000101111001100010111010100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088968; }

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

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

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

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

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

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

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

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