Html Css Color HEX #09896E Observatory

📋 copy color: '#09896E'

red 9 ◦ green 137 ◦ blue 110

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

Shades of Observatory #09896E

Tints of Observatory #09896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 3.52%
G = 53.52%
B = 42.97%

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

#09896E (or 0x09896E) is known color: Observatory. HEX triplet: 09, 89 and 6E. RGB value is (9,137,110). Sum of RGB (Red+Green+Blue) = 9+137+110=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #09896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896E is #F67691. Grayscale: #5F5F5F. Windows color (decimal): -16152210 or 7244041. OLE color: 7244041.

HSL color Cylindrical-coordinate representation of color #09896E: hue angle of 167.34º 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 #09896E is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 110 -
CMYK 0.93 0 0.20 0.46
HSL 167.34º 0.88% 0.29% -
HSV(B) 167.34º 0.93% 0.54% -
XYZ 11.87 19.08 17.81 -
YUV 95.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 9 137 110 0.93 0 0.20 0.46 167.34 0.88 0.29
Hex 9 89 6E 5D 0 14 2E A7 58 1D
Octal 11 211 156 135 0 24 56 247 130 35
Binary 1001 10001001 1101110 1011101 0 10100 101110 10100111 1011000 11101

Color Harmonies of #09896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09896E

Black with #09896E

Text Example


Text Example

White with #09896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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