Html Css Color HEX #09896D Observatory

📋 copy color: '#09896D'

red 9 ◦ green 137 ◦ blue 109

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

Shades of Observatory #09896D

Tints of Observatory #09896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 3.53%
G = 53.73%
B = 42.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#09896D (or 0x09896D) is known color: Observatory. HEX triplet: 09, 89 and 6D. RGB value is (9,137,109). Sum of RGB (Red+Green+Blue) = 9+137+109=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #09896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896D is #F67692. Grayscale: #5F5F5F. Windows color (decimal): -16152211 or 7178505. OLE color: 7178505.

HSL color Cylindrical-coordinate representation of color #09896D: hue angle of 166.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09896D is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 109 -
CMYK 0.93 0 0.20 0.46
HSL 166.88º 0.88% 0.29% -
HSV(B) 166.88º 0.93% 0.54% -
XYZ 11.82 19.05 17.52 -
YUV 95.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 9 137 109 0.93 0 0.20 0.46 166.88 0.88 0.29
Hex 9 89 6D 5D 0 14 2E A7 58 1D
Octal 11 211 155 135 0 24 56 247 130 35
Binary 1001 10001001 1101101 1011101 0 10100 101110 10100111 1011000 11101

Color Harmonies of #09896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09896D

Black with #09896D

Text Example


Text Example

White with #09896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09896D; }

 p { color: rgb(9,137,109); }

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

background-color css

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

 a { background-color: rgb(9,137,109); }

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

border-color css

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

 span { border-color: rgb(9,137,109); }

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