Html Css Color HEX #09886A Observatory

📋 copy color: '#09886A'

red 9 ◦ green 136 ◦ blue 106

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

Shades of Observatory #09886A

Tints of Observatory #09886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

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

R = 3.59%
G = 54.18%
B = 42.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#09886A (or 0x09886A) is known color: Observatory. HEX triplet: 09, 88 and 6A. RGB value is (9,136,106). Sum of RGB (Red+Green+Blue) = 9+136+106=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #09886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09886A is #F67795. Grayscale: #5E5E5E. Windows color (decimal): -16152470 or 6981641. OLE color: 6981641.

HSL color Cylindrical-coordinate representation of color #09886A: hue angle of 165.83º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09886A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 136 106 -
CMYK 0.93 0 0.22 0.47
HSL 165.83º 0.88% 0.28% -
HSV(B) 165.83º 0.93% 0.53% -
XYZ 11.52 18.71 16.64 -
YUV 94.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 9 136 106 0.93 0 0.22 0.47 165.83 0.88 0.28
Hex 9 88 6A 5D 0 16 2F A6 58 1C
Octal 11 210 152 135 0 26 57 246 130 34
Binary 1001 10001000 1101010 1011101 0 10110 101111 10100110 1011000 11100

Color Harmonies of #09886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09886A

Black with #09886A

Text Example


Text Example

White with #09886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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