#169379

Color #169379 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #169379

Tints of Elf Green #169379

Color information

#169379 (or 0x169379) is unknown color: approx Elf Green. HEX triplet: 16, 93 and 79. RGB value is (22,147,121). Sum of RGB (Red+Green+Blue) = 22+147+121=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #169379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169379 is #E96C86. Grayscale: #6A6A6A. Windows color (decimal): -15297671 or 7967510. OLE color: 7967510.

HSL color Cylindrical-coordinate representation of color #169379: hue angle of 167.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169379 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB22147121-
CMYK0.8500.180.42
HSL167.52º73.96%33.14%-
HSV(B)167.52º85.03%57.65%-
XYZ14.2222.4221.67-
YUV106.66136.0967.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=7.59%
G=50.69%
B=41.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221471210.8500.180.42167.5273.9633.14
Hex169379550122Aa84a21
Octal262231711250225225011241
Binary101101001001111110011010101010010101010101010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169379; }

 p { color: rgb(22,147,121); }

 H1.HeaderClassName
 {
   color: #169379;
 }
 .AnyTagClassName
 {
   color: #169379;
 }
</style>
background-color css

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

 a { background-color: rgb(22,147,121); }

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

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

 span { border-color: rgb(22,147,121); }

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