Html Css Color HEX #09916D Observatory

📋 copy color: '#09916D'

red 9 ◦ green 145 ◦ blue 109

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

Shades of Observatory #09916D

Tints of Observatory #09916D

RGB

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

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

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

R = 3.42%
G = 55.13%
B = 41.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#09916D (or 0x09916D) is known color: Observatory. HEX triplet: 09, 91 and 6D. RGB value is (9,145,109). Sum of RGB (Red+Green+Blue) = 9+145+109=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #09916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09916D is #F66E92. Grayscale: #646464. Windows color (decimal): -16150163 or 7180553. OLE color: 7180553.

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

Color convert

RGB 9 145 109 -
CMYK 0.94 0 0.25 0.43
HSL 164.12º 0.88% 0.3% -
HSV(B) 164.12º 0.94% 0.57% -
XYZ 13 21.41 17.92 -
YUV 100.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 9 145 109 0.94 0 0.25 0.43 164.12 0.88 0.3
Hex 9 91 6D 5E 0 19 2B A4 58 1E
Octal 11 221 155 136 0 31 53 244 130 36
Binary 1001 10010001 1101101 1011110 0 11001 101011 10100100 1011000 11110

Color Harmonies of #09916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09916D

Black with #09916D

Text Example


Text Example

White with #09916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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