Html Css Color HEX #09916F Observatory

📋 copy color: '#09916F'

red 9 ◦ green 145 ◦ blue 111

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

Shades of Observatory #09916F

Tints of Observatory #09916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 3.4%
G = 54.72%
B = 41.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#09916F (or 0x09916F) is known color: Observatory. HEX triplet: 09, 91 and 6F. RGB value is (9,145,111). Sum of RGB (Red+Green+Blue) = 9+145+111=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #09916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09916F is #F66E90. Grayscale: #646464. Windows color (decimal): -16150161 or 7311625. OLE color: 7311625.

HSL color Cylindrical-coordinate representation of color #09916F: hue angle of 165º 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 #09916F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 111 -
CMYK 0.94 0 0.23 0.43
HSL 165º 0.88% 0.3% -
HSV(B) 165º 0.94% 0.57% -
XYZ 13.11 21.46 18.49 -
YUV 100.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 9 145 111 0.94 0 0.23 0.43 165 0.88 0.3
Hex 9 91 6F 5E 0 17 2B A5 58 1E
Octal 11 221 157 136 0 27 53 245 130 36
Binary 1001 10010001 1101111 1011110 0 10111 101011 10100101 1011000 11110

Color Harmonies of #09916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09916F

Black with #09916F

Text Example


Text Example

White with #09916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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