Html Css Color HEX #09896B Observatory

📋 copy color: '#09896B'

red 9 ◦ green 137 ◦ blue 107

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

Shades of Observatory #09896B

Tints of Observatory #09896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 3.56%
G = 54.15%
B = 42.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#09896B (or 0x09896B) is known color: Observatory. HEX triplet: 09, 89 and 6B. RGB value is (9,137,107). Sum of RGB (Red+Green+Blue) = 9+137+107=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #09896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896B is #F67694. Grayscale: #5F5F5F. Windows color (decimal): -16152213 or 7047433. OLE color: 7047433.

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

Color convert

RGB 9 137 107 -
CMYK 0.93 0 0.22 0.46
HSL 165.94º 0.88% 0.29% -
HSV(B) 165.94º 0.93% 0.54% -
XYZ 11.71 19.01 16.96 -
YUV 95.31 134.59 66.44 -
System Red Green Blue C M Y K H S L
Decimal 9 137 107 0.93 0 0.22 0.46 165.94 0.88 0.29
Hex 9 89 6B 5D 0 16 2E A6 58 1D
Octal 11 211 153 135 0 26 56 246 130 35
Binary 1001 10001001 1101011 1011101 0 10110 101110 10100110 1011000 11101

Color Harmonies of #09896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09896B

Black with #09896B

Text Example


Text Example

White with #09896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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