Html Css Color HEX #109375 Observatory

📋 copy color: '#109375'

red 16 ◦ green 147 ◦ blue 117

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

Shades of Observatory #109375

Tints of Observatory #109375

RGB

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

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

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

R = 5.71%
G = 52.5%
B = 41.79%

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

#109375 (or 0x109375) is known color: Observatory. HEX triplet: 10, 93 and 75. RGB value is (16,147,117). Sum of RGB (Red+Green+Blue) = 16+147+117=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #109375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109375 is #EF6C8A. Grayscale: #686868. Windows color (decimal): -15690891 or 7705360. OLE color: 7705360.

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

Color convert

RGB 16 147 117 -
CMYK 0.89 0 0.20 0.42
HSL 166.26º 0.8% 0.32% -
HSV(B) 166.26º 0.89% 0.58% -
XYZ 13.86 22.26 20.4 -
YUV 104.41 135.1 64.94 -
System Red Green Blue C M Y K H S L
Decimal 16 147 117 0.89 0 0.20 0.42 166.26 0.8 0.32
Hex 10 93 75 59 0 14 2A A6 50 20
Octal 20 223 165 131 0 24 52 246 120 40
Binary 10000 10010011 1110101 1011001 0 10100 101010 10100110 1010000 100000

Color Harmonies of #109375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109375

Black with #109375

Text Example


Text Example

White with #109375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109375; }

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

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

background-color css

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

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

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

border-color css

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

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

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