Html Css Color HEX #09916B Observatory

📋 copy color: '#09916B'

red 9 ◦ green 145 ◦ blue 107

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

Shades of Observatory #09916B

Tints of Observatory #09916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.56%

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

R = 3.45%
G = 55.56%
B = 41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#09916B (or 0x09916B) is known color: Observatory. HEX triplet: 09, 91 and 6B. RGB value is (9,145,107). Sum of RGB (Red+Green+Blue) = 9+145+107=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #09916B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09916B is #F66E94. Grayscale: #646464. Windows color (decimal): -16150165 or 7049481. OLE color: 7049481.

HSL color Cylindrical-coordinate representation of color #09916B: hue angle of 163.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09916B is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 107 -
CMYK 0.94 0 0.26 0.43
HSL 163.24º 0.88% 0.3% -
HSV(B) 163.24º 0.94% 0.57% -
XYZ 12.89 21.37 17.36 -
YUV 100 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 9 145 107 0.94 0 0.26 0.43 163.24 0.88 0.3
Hex 9 91 6B 5E 0 1A 2B A3 58 1E
Octal 11 221 153 136 0 32 53 243 130 36
Binary 1001 10010001 1101011 1011110 0 11010 101011 10100011 1011000 11110

Color Harmonies of #09916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09916B

Black with #09916B

Text Example


Text Example

White with #09916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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