Html Css Color HEX #109178 Observatory

📋 copy color: '#109178'

red 16 ◦ green 145 ◦ blue 120

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

Shades of Observatory #109178

Tints of Observatory #109178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 5.69%
G = 51.6%
B = 42.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#109178 (or 0x109178) is known color: Observatory. HEX triplet: 10, 91 and 78. RGB value is (16,145,120). Sum of RGB (Red+Green+Blue) = 16+145+120=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #109178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109178 is #EF6E87. Grayscale: #676767. Windows color (decimal): -15691400 or 7901456. OLE color: 7901456.

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

Color convert

RGB 16 145 120 -
CMYK 0.89 0 0.17 0.43
HSL 168.37º 0.8% 0.32% -
HSV(B) 168.37º 0.89% 0.57% -
XYZ 13.73 21.72 21.24 -
YUV 103.58 137.26 65.53 -
System Red Green Blue C M Y K H S L
Decimal 16 145 120 0.89 0 0.17 0.43 168.37 0.8 0.32
Hex 10 91 78 59 0 11 2B A8 50 20
Octal 20 221 170 131 0 21 53 250 120 40
Binary 10000 10010001 1111000 1011001 0 10001 101011 10101000 1010000 100000

Color Harmonies of #109178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109178

Black with #109178

Text Example


Text Example

White with #109178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109178; }

 p { color: rgb(16,145,120); }

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

background-color css

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

 a { background-color: rgb(16,145,120); }

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

border-color css

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

 span { border-color: rgb(16,145,120); }

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