Html Css Color HEX #109175 Observatory

📋 copy color: '#109175'

red 16 ◦ green 145 ◦ blue 117

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

Shades of Observatory #109175

Tints of Observatory #109175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 5.76%
G = 52.16%
B = 42.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#109175 (or 0x109175) is known color: Observatory. HEX triplet: 10, 91 and 75. RGB value is (16,145,117). Sum of RGB (Red+Green+Blue) = 16+145+117=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #109175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109175 is #EF6E8A. Grayscale: #676767. Windows color (decimal): -15691403 or 7704848. OLE color: 7704848.

HSL color Cylindrical-coordinate representation of color #109175: hue angle of 166.98º 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 #109175 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 145 117 -
CMYK 0.89 0 0.19 0.43
HSL 166.98º 0.8% 0.32% -
HSV(B) 166.98º 0.89% 0.57% -
XYZ 13.55 21.65 20.29 -
YUV 103.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 16 145 117 0.89 0 0.19 0.43 166.98 0.8 0.32
Hex 10 91 75 59 0 13 2B A7 50 20
Octal 20 221 165 131 0 23 53 247 120 40
Binary 10000 10010001 1110101 1011001 0 10011 101011 10100111 1010000 100000

Color Harmonies of #109175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109175

Black with #109175

Text Example


Text Example

White with #109175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109175; }

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

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

background-color css

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

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

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

border-color css

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

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

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