Html Css Color HEX #098669 Observatory

📋 copy color: '#098669'

red 9 ◦ green 134 ◦ blue 105

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

Shades of Observatory #098669

Tints of Observatory #098669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 3.63%
G = 54.03%
B = 42.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#098669 (or 0x098669) is known color: Observatory. HEX triplet: 09, 86 and 69. RGB value is (9,134,105). Sum of RGB (Red+Green+Blue) = 9+134+105=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #098669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098669 is #F67996. Grayscale: #5D5D5D. Windows color (decimal): -16152983 or 6915593. OLE color: 6915593.

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

Color convert

RGB 9 134 105 -
CMYK 0.93 0 0.22 0.47
HSL 166.08º 0.87% 0.28% -
HSV(B) 166.08º 0.93% 0.53% -
XYZ 11.19 18.13 16.27 -
YUV 93.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 9 134 105 0.93 0 0.22 0.47 166.08 0.87 0.28
Hex 9 86 69 5D 0 16 2F A6 57 1C
Octal 11 206 151 135 0 26 57 246 127 34
Binary 1001 10000110 1101001 1011101 0 10110 101111 10100110 1010111 11100

Color Harmonies of #098669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098669

Black with #098669

Text Example


Text Example

White with #098669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098669; }

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

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

background-color css

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

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

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

border-color css

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

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

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