#169076

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

Shades of Elf Green #169076

Tints of Elf Green #169076

Color information

#169076 (or 0x169076) is unknown color: approx Elf Green. HEX triplet: 16, 90 and 76. RGB value is (22,144,118). Sum of RGB (Red+Green+Blue) = 22+144+118=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #169076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169076 is #E96F89. Grayscale: #686868. Windows color (decimal): -15298442 or 7770134. OLE color: 7770134.

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

Color convert

RGB22144118-
CMYK0.8500.180.44
HSL167.21º73.49%32.55%-
HSV(B)167.21º84.72%56.47%-
XYZ13.5721.4320.56-
YUV104.56135.5869.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=7.75%
G=50.70%
B=41.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221441180.8500.180.44167.2173.4932.55
Hex169076550122Ca74921
Octal262201661250225424711141
Binary101101001000011101101010101010010101100101001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169076; }

 p { color: rgb(22,144,118); }

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

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

 a { background-color: rgb(22,144,118); }

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

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

 span { border-color: rgb(22,144,118); }

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