Html Css Color HEX #098676 Observatory

📋 copy color: '#098676'

red 9 ◦ green 134 ◦ blue 118

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

Shades of Observatory #098676

Tints of Observatory #098676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.34%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 3.45%
G = 51.34%
B = 45.21%

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

#098676 (or 0x098676) is known color: Observatory. HEX triplet: 09, 86 and 76. RGB value is (9,134,118). Sum of RGB (Red+Green+Blue) = 9+134+118=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #098676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098676 is #F67989. Grayscale: #5E5E5E. Windows color (decimal): -16152970 or 7767561. OLE color: 7767561.

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

Color convert

RGB 9 134 118 -
CMYK 0.93 0 0.12 0.47
HSL 172.32º 0.87% 0.28% -
HSV(B) 172.32º 0.93% 0.53% -
XYZ 11.91 18.42 20.07 -
YUV 94.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 9 134 118 0.93 0 0.12 0.47 172.32 0.87 0.28
Hex 9 86 76 5D 0 C 2F AC 57 1C
Octal 11 206 166 135 0 14 57 254 127 34
Binary 1001 10000110 1110110 1011101 0 1100 101111 10101100 1010111 11100

Color Harmonies of #098676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098676

Black with #098676

Text Example


Text Example

White with #098676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098676; }

 p { color: rgb(9,134,118); }

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

background-color css

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

 a { background-color: rgb(9,134,118); }

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

border-color css

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

 span { border-color: rgb(9,134,118); }

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