#168D74

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

Shades of Elf Green #168D74

Tints of Elf Green #168D74

Color information

#168D74 (or 0x168D74) is unknown color: approx Elf Green. HEX triplet: 16, 8D and 74. RGB value is (22,141,116). Sum of RGB (Red+Green+Blue) = 22+141+116=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #168D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168D74 is #E9728B. Grayscale: #666666. Windows color (decimal): -15299212 or 7638294. OLE color: 7638294.

HSL color Cylindrical-coordinate representation of color #168D74: hue angle of 167.39º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168D74 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB22141116-
CMYK0.8400.180.45
HSL167.39º73.01%31.96%-
HSV(B)167.39º84.4%55.29%-
XYZ13.0120.4819.79-
YUV102.57135.5870.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=7.89%
G=50.54%
B=41.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221411160.8400.180.45167.3973.0131.96
Hex168D74540122Da74920
Octal262151641240225524711140
Binary101101000110111101001010100010010101101101001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,141,116); }

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

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

 a { background-color: rgb(22,141,116); }

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

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

 span { border-color: rgb(22,141,116); }

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