Html Css Color HEX #098877 Observatory

📋 copy color: '#098877'

red 9 ◦ green 136 ◦ blue 119

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

Shades of Observatory #098877

Tints of Observatory #098877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 3.41%
G = 51.52%
B = 45.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#098877 (or 0x098877) is known color: Observatory. HEX triplet: 09, 88 and 77. RGB value is (9,136,119). Sum of RGB (Red+Green+Blue) = 9+136+119=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #098877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098877 is #F67788. Grayscale: #606060. Windows color (decimal): -16152457 or 7833609. OLE color: 7833609.

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

Color convert

RGB 9 136 119 -
CMYK 0.93 0 0.12 0.47
HSL 171.97º 0.88% 0.28% -
HSV(B) 171.97º 0.93% 0.53% -
XYZ 12.25 19 20.47 -
YUV 96.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 9 136 119 0.93 0 0.12 0.47 171.97 0.88 0.28
Hex 9 88 77 5D 0 C 2F AC 58 1C
Octal 11 210 167 135 0 14 57 254 130 34
Binary 1001 10001000 1110111 1011101 0 1100 101111 10101100 1011000 11100

Color Harmonies of #098877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098877

Black with #098877

Text Example


Text Example

White with #098877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098877; }

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

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

background-color css

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

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

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

border-color css

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

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

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