Html Css Color HEX #09886D Observatory

📋 copy color: '#09886D'

red 9 ◦ green 136 ◦ blue 109

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

Shades of Observatory #09886D

Tints of Observatory #09886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 3.54%
G = 53.54%
B = 42.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#09886D (or 0x09886D) is known color: Observatory. HEX triplet: 09, 88 and 6D. RGB value is (9,136,109). Sum of RGB (Red+Green+Blue) = 9+136+109=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #09886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09886D is #F67792. Grayscale: #5E5E5E. Windows color (decimal): -16152467 or 7178249. OLE color: 7178249.

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

Color convert

RGB 9 136 109 -
CMYK 0.93 0 0.20 0.47
HSL 167.24º 0.88% 0.28% -
HSV(B) 167.24º 0.93% 0.53% -
XYZ 11.68 18.77 17.48 -
YUV 94.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 9 136 109 0.93 0 0.20 0.47 167.24 0.88 0.28
Hex 9 88 6D 5D 0 14 2F A7 58 1C
Octal 11 210 155 135 0 24 57 247 130 34
Binary 1001 10001000 1101101 1011101 0 10100 101111 10100111 1011000 11100

Color Harmonies of #09886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09886D

Black with #09886D

Text Example


Text Example

White with #09886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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