#098875

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

Shades of Observatory #098875

Tints of Observatory #098875

Color information

#098875 (or 0x098875) is unknown color: approx Observatory. HEX triplet: 09, 88 and 75. RGB value is (9,136,117). Sum of RGB (Red+Green+Blue) = 9+136+117=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #098875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098875 is #F6778A. Grayscale: #5F5F5F. Windows color (decimal): -16152459 or 7702537. OLE color: 7702537.

HSL color Cylindrical-coordinate representation of color #098875: hue angle of 171.02º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098875 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB9136117-
CMYK0.9300.140.47
HSL171.02º87.59%28.43%-
HSV(B)171.02º93.38%53.33%-
XYZ12.1318.9519.85-
YUV95.86139.9266.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=3.44%
G=51.91%
B=44.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91361170.9300.140.47171.0287.5928.43
Hex988755D0E2Fab581c
Octal112101651350165725313034
Binary100110001000111010110111010111010111110101011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098875; }

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

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

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

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

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

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

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

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