Html Css Color HEX #098773 Observatory

📋 copy color: '#098773'

red 9 ◦ green 135 ◦ blue 115

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

Shades of Observatory #098773

Tints of Observatory #098773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.12%

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

R = 3.47%
G = 52.12%
B = 44.4%

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

#098773 (or 0x098773) is known color: Observatory. HEX triplet: 09, 87 and 73. RGB value is (9,135,115). Sum of RGB (Red+Green+Blue) = 9+135+115=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #098773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098773 is #F6788C. Grayscale: #5F5F5F. Windows color (decimal): -16152717 or 7571209. OLE color: 7571209.

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

Color convert

RGB 9 135 115 -
CMYK 0.93 0 0.15 0.47
HSL 170.48º 0.88% 0.28% -
HSV(B) 170.48º 0.93% 0.53% -
XYZ 11.87 18.62 19.19 -
YUV 95.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 9 135 115 0.93 0 0.15 0.47 170.48 0.88 0.28
Hex 9 87 73 5D 0 F 2F AA 58 1C
Octal 11 207 163 135 0 17 57 252 130 34
Binary 1001 10000111 1110011 1011101 0 1111 101111 10101010 1011000 11100

Color Harmonies of #098773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098773

Black with #098773

Text Example


Text Example

White with #098773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098773; }

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

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

background-color css

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

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

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

border-color css

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

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

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