Html Css Color HEX #09896A Observatory

📋 copy color: '#09896A'

red 9 ◦ green 137 ◦ blue 106

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

Shades of Observatory #09896A

Tints of Observatory #09896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 3.57%
G = 54.37%
B = 42.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#09896A (or 0x09896A) is known color: Observatory. HEX triplet: 09, 89 and 6A. RGB value is (9,137,106). Sum of RGB (Red+Green+Blue) = 9+137+106=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #09896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896A is #F67695. Grayscale: #5F5F5F. Windows color (decimal): -16152214 or 6981897. OLE color: 6981897.

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

Color convert

RGB 9 137 106 -
CMYK 0.93 0 0.23 0.46
HSL 165.47º 0.88% 0.29% -
HSV(B) 165.47º 0.93% 0.54% -
XYZ 11.66 18.99 16.69 -
YUV 95.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 9 137 106 0.93 0 0.23 0.46 165.47 0.88 0.29
Hex 9 89 6A 5D 0 17 2E A5 58 1D
Octal 11 211 152 135 0 27 56 245 130 35
Binary 1001 10001001 1101010 1011101 0 10111 101110 10100101 1011000 11101

Color Harmonies of #09896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09896A

Black with #09896A

Text Example


Text Example

White with #09896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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