Html Css Color HEX #109276 Observatory

📋 copy color: '#109276'

red 16 ◦ green 146 ◦ blue 118

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

Shades of Observatory #109276

Tints of Observatory #109276

RGB

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

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

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

R = 5.71%
G = 52.14%
B = 42.14%

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

#109276 (or 0x109276) is known color: Observatory. HEX triplet: 10, 92 and 76. RGB value is (16,146,118). Sum of RGB (Red+Green+Blue) = 16+146+118=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #109276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109276 is #EF6D89. Grayscale: #676767. Windows color (decimal): -15691146 or 7770640. OLE color: 7770640.

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

Color convert

RGB 16 146 118 -
CMYK 0.89 0 0.19 0.43
HSL 167.08º 0.8% 0.32% -
HSV(B) 167.08º 0.89% 0.57% -
XYZ 13.76 21.98 20.66 -
YUV 103.94 135.93 65.28 -
System Red Green Blue C M Y K H S L
Decimal 16 146 118 0.89 0 0.19 0.43 167.08 0.8 0.32
Hex 10 92 76 59 0 13 2B A7 50 20
Octal 20 222 166 131 0 23 53 247 120 40
Binary 10000 10010010 1110110 1011001 0 10011 101011 10100111 1010000 100000

Color Harmonies of #109276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109276

Black with #109276

Text Example


Text Example

White with #109276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109276; }

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

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

background-color css

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

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

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

border-color css

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

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

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