Html Css Color HEX #09866E Observatory

📋 copy color: '#09866E'

red 9 ◦ green 134 ◦ blue 110

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

Shades of Observatory #09866E

Tints of Observatory #09866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 3.56%
G = 52.96%
B = 43.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#09866E (or 0x09866E) is known color: Observatory. HEX triplet: 09, 86 and 6E. RGB value is (9,134,110). Sum of RGB (Red+Green+Blue) = 9+134+110=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #09866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09866E is #F67991. Grayscale: #5D5D5D. Windows color (decimal): -16152978 or 7243273. OLE color: 7243273.

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

Color convert

RGB 9 134 110 -
CMYK 0.93 0 0.18 0.47
HSL 168.48º 0.87% 0.28% -
HSV(B) 168.48º 0.93% 0.53% -
XYZ 11.45 18.23 17.67 -
YUV 93.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 9 134 110 0.93 0 0.18 0.47 168.48 0.87 0.28
Hex 9 86 6E 5D 0 12 2F A8 57 1C
Octal 11 206 156 135 0 22 57 250 127 34
Binary 1001 10000110 1101110 1011101 0 10010 101111 10101000 1010111 11100

Color Harmonies of #09866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09866E

Black with #09866E

Text Example


Text Example

White with #09866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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