#088875

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

Shades of Observatory #088875

Tints of Observatory #088875

Color information

#088875 (or 0x088875) is unknown color: approx Observatory. HEX triplet: 08, 88 and 75. RGB value is (8,136,117). Sum of RGB (Red+Green+Blue) = 8+136+117=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #088875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088875 is #F7778A. Grayscale: #5F5F5F. Windows color (decimal): -16217995 or 7702536. OLE color: 7702536.

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

Color convert

RGB8136117-
CMYK0.9400.140.47
HSL171.09º88.89%28.24%-
HSV(B)171.09º94.12%53.33%-
XYZ12.1218.9419.85-
YUV95.56140.0965.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.07%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=3.07%
G=52.11%
B=44.83%

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
Decimal81361170.9400.140.47171.0988.8928.24
Hex888755E0E2Fab591c
Octal102101651360165725313134
Binary100010001000111010110111100111010111110101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088875; }

 p { color: rgb(8,136,117); }

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

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

 a { background-color: rgb(8,136,117); }

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

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

 span { border-color: rgb(8,136,117); }

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