#168F79

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

Shades of Elf Green #168F79

Tints of Elf Green #168F79

Color information

#168F79 (or 0x168F79) is unknown color: approx Elf Green. HEX triplet: 16, 8F and 79. RGB value is (22,143,121). Sum of RGB (Red+Green+Blue) = 22+143+121=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #168F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F79 is #E97086. Grayscale: #686868. Windows color (decimal): -15298695 or 7966486. OLE color: 7966486.

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

Color convert

RGB22143121-
CMYK0.8500.150.44
HSL169.09º73.33%32.35%-
HSV(B)169.09º84.62%56.08%-
XYZ13.621.221.46-
YUV104.31137.4169.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.69%
GREEN value IS 143 (56.25% from 255) = 50%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=7.69%
G=50%
B=42.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221431210.8500.150.44169.0973.3332.35
Hex168F79550F2Ca94920
Octal262171711250175425111140
Binary10110100011111111001101010101111101100101010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168F79; }

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

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

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

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

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

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

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

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