#088C69

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

Shades of Observatory #088C69

Tints of Observatory #088C69

Color information

#088C69 (or 0x088C69) is unknown color: approx Observatory. HEX triplet: 08, 8C and 69. RGB value is (8,140,105). Sum of RGB (Red+Green+Blue) = 8+140+105=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #088C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088C69 is #F77396. Grayscale: #606060. Windows color (decimal): -16216983 or 6917128. OLE color: 6917128.

HSL color Cylindrical-coordinate representation of color #088C69: hue angle of 164.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C69 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB8140105-
CMYK0.9400.250.45
HSL164.09º89.19%29.02%-
HSV(B)164.09º94.29%54.9%-
XYZ12.0319.8316.56-
YUV96.54132.7764.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=3.16%
G=55.34%
B=41.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81401050.9400.250.45164.0989.1929.02
Hex88C695E0192Da4591d
Octal102141511360315524413135
Binary1000100011001101001101111001100110110110100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088C69; }

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

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

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

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

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

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

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

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