Html Css Color HEX #109275 Observatory

📋 copy color: '#109275'

red 16 ◦ green 146 ◦ blue 117

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

Shades of Observatory #109275

Tints of Observatory #109275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

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

R = 5.73%
G = 52.33%
B = 41.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#109275 (or 0x109275) is known color: Observatory. HEX triplet: 10, 92 and 75. RGB value is (16,146,117). Sum of RGB (Red+Green+Blue) = 16+146+117=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #109275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109275 is #EF6D8A. Grayscale: #676767. Windows color (decimal): -15691147 or 7705104. OLE color: 7705104.

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

Color convert

RGB 16 146 117 -
CMYK 0.89 0 0.20 0.43
HSL 166.62º 0.8% 0.32% -
HSV(B) 166.62º 0.89% 0.57% -
XYZ 13.7 21.95 20.34 -
YUV 103.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 16 146 117 0.89 0 0.20 0.43 166.62 0.8 0.32
Hex 10 92 75 59 0 14 2B A7 50 20
Octal 20 222 165 131 0 24 53 247 120 40
Binary 10000 10010010 1110101 1011001 0 10100 101011 10100111 1010000 100000

Color Harmonies of #109275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109275

Black with #109275

Text Example


Text Example

White with #109275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109275; }

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

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

background-color css

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

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

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

border-color css

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

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

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