#168C67

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

Shades of Elf Green #168C67

Tints of Elf Green #168C67

Color information

#168C67 (or 0x168C67) is unknown color: approx Elf Green. HEX triplet: 16, 8C and 67. RGB value is (22,140,103). Sum of RGB (Red+Green+Blue) = 22+140+103=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #168C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168C67 is #E97398. Grayscale: #646464. Windows color (decimal): -15299481 or 6786070. OLE color: 6786070.

HSL color Cylindrical-coordinate representation of color #168C67: hue angle of 161.19º 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 #168C67 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB22140103-
CMYK0.8400.260.45
HSL161.19º72.84%31.76%-
HSV(B)161.19º84.29%54.9%-
XYZ12.1619.9116.03-
YUV100.5129.4172.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 140 (55.08% from 255) = 52.83%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=8.30%
G=52.83%
B=38.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221401030.8400.260.45161.1972.8431.76
Hex168C675401A2Da14920
Octal262141471240325524111140
Binary101101000110011001111010100011010101101101000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,140,103); }

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

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

 a { background-color: rgb(22,140,103); }

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

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

 span { border-color: rgb(22,140,103); }

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