Html Css Color HEX #098873 Observatory

📋 copy color: '#098873'

red 9 ◦ green 136 ◦ blue 115

#098873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #098873

Tints of Observatory #098873

RGB

 RED value IS 9 (3.91% from 255) = 3.46%

 GREEN value IS 136 (53.52% from 255) = 52.31%

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 3.46%
G = 52.31%
B = 44.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#098873 (or 0x098873) is known color: Observatory. HEX triplet: 09, 88 and 73. RGB value is (9,136,115). Sum of RGB (Red+Green+Blue) = 9+136+115=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #098873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098873 is #F6778C. Grayscale: #5F5F5F. Windows color (decimal): -16152461 or 7571465. OLE color: 7571465.

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

Color convert

RGB 9 136 115 -
CMYK 0.93 0 0.15 0.47
HSL 170.08º 0.88% 0.28% -
HSV(B) 170.08º 0.93% 0.53% -
XYZ 12.01 18.9 19.24 -
YUV 95.63 138.92 66.21 -
System Red Green Blue C M Y K H S L
Decimal 9 136 115 0.93 0 0.15 0.47 170.08 0.88 0.28
Hex 9 88 73 5D 0 F 2F AA 58 1C
Octal 11 210 163 135 0 17 57 252 130 34
Binary 1001 10001000 1110011 1011101 0 1111 101111 10101010 1011000 11100

Color Harmonies of #098873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098873

Black with #098873

Text Example


Text Example

White with #098873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098873; }

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

 H1.HeaderClassName
 {
   color: #098873;
 }
 .AnyTagClassName
 {
   color: #098873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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