#168F78

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

Shades of Elf Green #168F78

Tints of Elf Green #168F78

Color information

#168F78 (or 0x168F78) is unknown color: approx Elf Green. HEX triplet: 16, 8F and 78. RGB value is (22,143,120). Sum of RGB (Red+Green+Blue) = 22+143+120=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #168F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F78 is #E97087. Grayscale: #686868. Windows color (decimal): -15298696 or 7900950. OLE color: 7900950.

HSL color Cylindrical-coordinate representation of color #168F78: hue angle of 168.6º 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 #168F78 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB22143120-
CMYK0.8500.160.44
HSL168.6º73.33%32.35%-
HSV(B)168.6º84.62%56.08%-
XYZ13.5421.1721.14-
YUV104.2136.9169.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=7.72%
G=50.18%
B=42.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221431200.8500.160.44168.673.3332.35
Hex168F78550102Ca94920
Octal262171701250205425111140
Binary101101000111111110001010101010000101100101010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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