Html Css Color HEX #09866B Observatory

📋 copy color: '#09866B'

red 9 ◦ green 134 ◦ blue 107

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

Shades of Observatory #09866B

Tints of Observatory #09866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

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

R = 3.6%
G = 53.6%
B = 42.8%

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

#09866B (or 0x09866B) is known color: Observatory. HEX triplet: 09, 86 and 6B. RGB value is (9,134,107). Sum of RGB (Red+Green+Blue) = 9+134+107=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #09866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09866B is #F67994. Grayscale: #5D5D5D. Windows color (decimal): -16152981 or 7046665. OLE color: 7046665.

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

Color convert

RGB 9 134 107 -
CMYK 0.93 0 0.20 0.47
HSL 167.04º 0.87% 0.28% -
HSV(B) 167.04º 0.93% 0.53% -
XYZ 11.29 18.17 16.82 -
YUV 93.55 135.59 67.7 -
System Red Green Blue C M Y K H S L
Decimal 9 134 107 0.93 0 0.20 0.47 167.04 0.87 0.28
Hex 9 86 6B 5D 0 14 2F A7 57 1C
Octal 11 206 153 135 0 24 57 247 127 34
Binary 1001 10000110 1101011 1011101 0 10100 101111 10100111 1010111 11100

Color Harmonies of #09866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09866B

Black with #09866B

Text Example


Text Example

White with #09866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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