Html Css Color HEX #109376 Observatory

📋 copy color: '#109376'

red 16 ◦ green 147 ◦ blue 118

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

Shades of Observatory #109376

Tints of Observatory #109376

RGB

 RED value IS 16 (6.64% from 255) = 5.69%

 GREEN value IS 147 (57.81% from 255) = 52.31%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 5.69%
G = 52.31%
B = 41.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#109376 (or 0x109376) is known color: Observatory. HEX triplet: 10, 93 and 76. RGB value is (16,147,118). Sum of RGB (Red+Green+Blue) = 16+147+118=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #109376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109376 is #EF6C89. Grayscale: #686868. Windows color (decimal): -15690890 or 7770896. OLE color: 7770896.

HSL color Cylindrical-coordinate representation of color #109376: hue angle of 166.72º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109376 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 147 118 -
CMYK 0.89 0 0.20 0.42
HSL 166.72º 0.8% 0.32% -
HSV(B) 166.72º 0.89% 0.58% -
XYZ 13.92 22.29 20.71 -
YUV 104.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 16 147 118 0.89 0 0.20 0.42 166.72 0.8 0.32
Hex 10 93 76 59 0 14 2A A7 50 20
Octal 20 223 166 131 0 24 52 247 120 40
Binary 10000 10010011 1110110 1011001 0 10100 101010 10100111 1010000 100000

Color Harmonies of #109376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109376

Black with #109376

Text Example


Text Example

White with #109376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109376; }

 p { color: rgb(16,147,118); }

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

background-color css

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

 a { background-color: rgb(16,147,118); }

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

border-color css

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

 span { border-color: rgb(16,147,118); }

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