#168674

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

Shades of Elf Green #168674

Tints of Elf Green #168674

Color information

#168674 (or 0x168674) is unknown color: approx Elf Green. HEX triplet: 16, 86 and 74. RGB value is (22,134,116). Sum of RGB (Red+Green+Blue) = 22+134+116=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #168674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168674 is #E9798B. Grayscale: #626262. Windows color (decimal): -15301004 or 7636502. OLE color: 7636502.

HSL color Cylindrical-coordinate representation of color #168674: hue angle of 170.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168674 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB22134116-
CMYK0.8400.130.47
HSL170.36º71.79%30.59%-
HSV(B)170.36º83.58%52.55%-
XYZ12.0118.4819.46-
YUV98.46137.8973.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=8.09%
G=49.26%
B=42.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221341160.8400.130.47170.3671.7930.59
Hex168674540D2Faa481f
Octal262061641240155725211037
Binary1011010000110111010010101000110110111110101010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168674; }

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

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

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

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

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

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

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

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