Html Css Color HEX #09896F Observatory

📋 copy color: '#09896F'

red 9 ◦ green 137 ◦ blue 111

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

Shades of Observatory #09896F

Tints of Observatory #09896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 3.5%
G = 53.31%
B = 43.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#09896F (or 0x09896F) is known color: Observatory. HEX triplet: 09, 89 and 6F. RGB value is (9,137,111). Sum of RGB (Red+Green+Blue) = 9+137+111=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #09896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896F is #F67690. Grayscale: #5F5F5F. Windows color (decimal): -16152209 or 7309577. OLE color: 7309577.

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

Color convert

RGB 9 137 111 -
CMYK 0.93 0 0.19 0.46
HSL 167.81º 0.88% 0.29% -
HSV(B) 167.81º 0.93% 0.54% -
XYZ 11.93 19.1 18.1 -
YUV 95.76 136.59 66.11 -
System Red Green Blue C M Y K H S L
Decimal 9 137 111 0.93 0 0.19 0.46 167.81 0.88 0.29
Hex 9 89 6F 5D 0 13 2E A8 58 1D
Octal 11 211 157 135 0 23 56 250 130 35
Binary 1001 10001001 1101111 1011101 0 10011 101110 10101000 1011000 11101

Color Harmonies of #09896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09896F

Black with #09896F

Text Example


Text Example

White with #09896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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